- Description:
This key defines the path to an image in your source files used when displaying the structure value.
Can be either a source (has priority) or output path.
- Appears in:
- Type:
string- Examples:
In this example, we have configured the
/images/blog-icon.pngimage for the entry labeledBlogin thearticle_informationStructure.Copied to clipboard_structures: article_information: values: - label: Blog image: /images/blog-icon.png{ "_structures": { "article_information": { "values": [ { "label": "Blog", "image": "/images/blog-icon.png" } ] } } }