- Description:
This key defines the data key name to display in a key preview entry.
The value is a string that specifies the name of a data key whose value will be displayed on Cards in the Collection browser, Structures, and Snippets.
- Appears in:
└── Key Preview Entry └── key- Type:
stringRequired- Examples:
In this example, we have configured the key value to display the
titlefield.Copied to clipboardcollections_config: blog: preview: text: - key: title{ "collections_config": { "blog": { "preview": { "text": [ { "key": "title" } ] } } } }