- Description:
This key represents an individual text string in the
options.valuesarray for Select Inputs.The value is a string that specifies an available option to choose from.
- Appears in:
└── values └── Text Array Values- Type:
Array<values(text-array)[*]>- Items:
This key represents an individual text string in the
options.valuesarray for Select Inputs.The value is a string that specifies an available option to choose from.
Show examplesHide examples
In this example, we have configured an array of text values for a select input.
Copied to clipboard_inputs: category: type: select options: values: - Blog - News - Events{ "_inputs": { "category": { "type": "select", "options": { "values": [ "Blog", "News", "Events" ] } } } }- Examples:
In this example, we have configured an array of text values for a select input.
Copied to clipboard_inputs: category: type: select options: values: - Blog - News - Events{ "_inputs": { "category": { "type": "select", "options": { "values": [ "Blog", "News", "Events" ] } } } }