The Dropbox plugin for Scaleflex Media Asset Widget. lets users import files from their Dropbox account.
npm install --save @scaleflex/widget-dropbox
yarn add @scaleflex/widget-dropbox
then
import Dropbox from '@scaleflex/widget-dropbox'
...
...
...
scaleflexWidget.use(Dropbox, propertiesObject)
The plugin from CDN is found inside Scaleflex
global object Scaleflex.Dropbox
const dropbox = window.ScaleflexWidget.Dropbox
...
...
...
scaleflexWidget.use(dropbox, propertiesObject)
Type: string
Default: 'Dropbox'
The title/label that would be shown & used for the plugin.
Type: null
| object
Default: null
If you need to pass additional headers for in companion requests then pass them in this property.