Customer’s Canvas
Call us at 1-800-661-8190 or send an email at info@aurigma.com
A structure defining asset sources through direct URLs.
clientConfig.json
{ "assetSources": { "External urls": { "type": "MemorySource", "allCategoryEnabled": false, "rootCategory": { "assets": [ { "title": "Square", "preview": "http://example.com/images/preview/2.jpg", "source": "http://example.com/images/2.jpg" }, { "title": "Buildings", "preview": "http://example.com/images/preview/4.jpg", "source": "http://example.com/images/4.jpg" } ], "categories": [ { "name": "Stock images", "assets": [ { "title": "Winter", "preview": "http://example.com/images/preview/16.jpg", "source": "http://example.com/images/16.jpg" }, { "title": "Skating", "preview": "http://example.com/images/preview/20.jpg", "source": "http://example.com/images/20.jpg" } ] } ] } } }, "widgets": { "AssetManager": { "tabs": [ { "name": "The gallery based on external urls", "assetSourceInstance": "External urls", "iconClassName": "cc-icon-add-image" } ] } } }
A structure defining an asset category.
A structure defining links to images.
Disables the All category. The default value is true.
true
The object defining assests for the root category of this source.