- Description:
This key toggles whether team members can use the + Add button in the top right of the Collection browser to add files to a Collection.
Setting this key to
truewill prevent team members from adding new files through the Collection browser. This key does not affect your ability to add files using the File browser.If both
disable_addanddisable_add_folderare set totrue, the + Add button will not appear in the top right of the Collection browser.- Appears in:
└── collections_config └── * └── disable_add- Type:
boolean- Default value:
false- Examples:
In this example, we want to prevent team members from adding new files to the
dataCollection through the Collection browser.Copied to clipboardcollections_config: data: disable_add: true{ "collections_config": { "data": { "disable_add": true } } }