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