- Description:
This key toggles whether CloudCannon will generate an output URL for a given Collection.
Setting this key to
truewill prevent CloudCannon from generating an output URL for a Collection.- Appears in:
└── collections_config └── * └── disable_url- Type:
boolean- Default value:
false- Examples:
In this example,
datais an non-output Collection and we don't want output URLs generated.Copied to clipboardcollections_config: data: disable_url: true{ "collections_config": { "data": { "disable_url": true } } }