This extension allows you to manage a collection of image items easily, with import from a specified Content Hub, drag-and-drop, sorting, grid and list view.
This extension was developed and tested with:
- Node version
18.x - NPM version
9.x
To run the npm install scripts, you'll need to install some dependencies:
$ npm i
Then, if you have your DC Hub Client Id and Secret, run the following npm script to install the extension to your DC Hub:
$ npm run import -- \
--clientId [your_client_id] \
--clientSecret [your_client_secret] \
--hubId [your_hub_id]
NOTE: the above flags are required
If you also have the Media Hub Client Id and Secret the extension will link out to, include the --extensionClientId and --extensionClientSecret flags, with an OPTIONAL --extensionVSE flag
$ npm run import -- \
--clientId [your_client_id] \
--clientSecret [your_client_secret] \
--hubId [your_hub_id] \
--extensionClientId [your_mediahub_client_id] \
--extensionClientSecret [your_mediahub_client_secret] \
--extensionVSE [optional_vse_url]
