- Description:
This key represents an individual tag string in the
values[*].tagsarray.The value is a string that specifies a tag associated with a structure value.
- Appears in:
- Type:
string- Examples:
In this example, we have configured the
featuredandnewstags for the entry labeledBlogin thearticle_informationStructure.Copied to clipboard_structures: article_information: values: - label: Blog tags: - featured - news{ "_structures": { "article_information": { "values": [ { "label": "Blog", "tags": [ "featured", "news" ] } ] } } }