Unlist a collection file

Last modified: October 17th, 2024

Hide specific files in a collection so your team members don't accidentally edit them. These files are still used in your site build.

This option is set in the front matter of specific files.

_unlisted — Boolean#

Hides specific files in the collection list section (still accessible from Visual Editor and direct links).

Front Matter
copied
_unlisted: true
Front Matter
copied
{
  "_unlisted": true
}
Front Matter
copied
_unlisted = true

By default, CloudCannon does not read data files during your build. In order to unlist data files, instruct CloudCannon to read it by defining your data.

Open in a new tab