- Description:
This key defines the display name for a Collection.
The name appears in the Site Navigation and at the top of the Collection browser.
Changing the display name does not affect the Collection key name.
By default, CloudCannon uses the Collection key name in title case (i.e.,
blog_filesbecomes "Blog Files").- Appears in:
└── collections_config └── * └── name- Type:
string- Examples:
In this example, CloudCannon will call the
blogCollection "Travel Blog" in the Site Navigation and the Collection browser.Copied to clipboardcollections_config: blog: name: Travel Blog{ "collections_config": { "blog": { "name": "Travel Blog" } } }