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

tags[*]

Table of contents

Description:

This key represents an individual tag string in the preview.tags array.

The value is a string that specifies a tag to display on Cards in the Collection browser, Structures, and Snippets.

Appears in:
└── tags
    └── [*]
Type:
string
Examples:

In this example, we have configured a tag for Cards in the blog Collection.

Copied to clipboard
collections_config:
  blog:
    preview:
      tags:
        - featured
{
  "collections_config": {
    "blog": {
      "preview": {
        "tags": [
          "featured"
        ]
      }
    }
  }
}
Open in a new tab