Interface IAssetSources.IRemoteSourceConfig.IRootFolderConfig
A structure defining the appearance of the root folder.
Package: @aurigma/design-editor-iframe
Examples
{
"assetSources": {
"[source]Google Drive": {
"type": "RemoteSource",
"url": "https://example.com:3124/",
"rootFolder": {
"show": true,
"title": "Company Assets"
}
}
}
}
Properties
show
Displays the root folder of the remote source. The default value is false.
Declaration
show: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Displays the root folder of the remote source. The default value is |
title
This title appears in the Image Manager for the root folder. The default value is "Root Folder".
Declaration
title: string;
Property Value
| Type | Description |
|---|---|
| string | This title appears in the Image Manager for the root folder. The default value is |