Back to Website
Show / Hide Table of Contents

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 false.

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 "Root Folder".

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback