A dropdown list of multiple options that can be set hardcoded or can be generated.
{
"key": "align",
"label": "Align",
"type": "Dropdown",
"options": {
"options": {
"left": "Left",
"right": "Right"
}
}
}Properties
as_string:Null<Bool>
Save value as string instead of array, can not be used for multiple.
* "as_string": true
* ```autocomplete_url:Null<Bool>
Use in conjuction with options_from_url to make options function as autocomplete
help:Null<Dynamic>
Adding help or instructional text to a field.
"help": "This field can only contain letters."show_when:Null<EitherType<ShowOptions, Array<ShowOptions>>>
The "value" can be set to "null" of "!null" to check if something is empty.