- Description:
This key defines the string used to identify a given Structure value when refering to it from other input configuration.
- Appears in:
- Type:
string- Examples:
In this example, we have configured the
blog_postID for the entry labeledBlogin thearticle_informationStructure.Copied to clipboard_structures: article_information: values: - label: Blog id: blog_post{ "_structures": { "article_information": { "values": [ { "label": "Blog", "id": "blog_post" } ] } } }