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

name

Table of contents

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_files becomes "Blog Files").

Appears in:
└── collections_config
    └── *
        └── name
Type:
string
Examples:

In this example, CloudCannon will call the blog Collection "Travel Blog" in the Site Navigation and the Collection browser.

Copied to clipboard
collections_config:
  blog:
    name: Travel Blog
{
  "collections_config": {
    "blog": {
      "name": "Travel Blog"
    }
  }
}
Open in a new tab