☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

disable_url

Table of contents

Description:

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_url
Type:
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
    }
  }
}
Open in a new tab