The Brightcove extension lets you fetch Brightcove videos and display them into a field in your content type. Subsequently, while creating entries, content managers can select only one of the listed videos at a time as the input value for that field, and the details of the video will be saved as JSON in Contentstack.
We have created a step-by-step guide on how to create a Brightcove extension for your content types. You can refer the Brightcove extension guide on our documentation site for more info.
To modify the extension, first clone this repo and install the dependencies. Then, edit the Home.tsx or Popup.tsx, CSS files from the source/page folder, and create a build using gulp task.
To install dependencies, run the following command in the root folder for each app
npm install
To create new build for the extension, run the following command :
npm run build