- Description:
This key represents an individual tag string in the
preview.tagsarray.The value is a string that specifies a tag to display on Cards in the Collection browser, Structures, and Snippets.
- Appears in:
- Type:
string- Examples:
In this example, we have configured a tag for Cards in the
blogCollection.Copied to clipboardcollections_config: blog: preview: tags: - featured{ "collections_config": { "blog": { "preview": { "tags": [ "featured" ] } } } }