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