Select
Displays a select box, also known as a dropdown menu.
{
"title": "Case",
"id": "headingTextTransform",
"select": {
"default": "normal-case",
"items": [{
"value": "normal-case",
"title": "None"
}, {
"value": "uppercase",
"title": "Uppercase"
}, {
"value": "lowercase",
"title": "Lowercase"
}, {
"value": "capitalize",
"title": "Capitalize"
}]
}
}
{
"groups": [{
"title": "Select Example",
"properties": [{
"title": "Case",
"id": "headingTextTransform",
"select": {
"default": "normal-case",
"items": [{
"value": "normal-case",
"title": "None"
}, {
"value": "uppercase",
"title": "Uppercase"
}, {
"value": "lowercase",
"title": "Lowercase"
}, {
"value": "capitalize",
"title": "Capitalize"
}]
}
}]
}]
}
Last updated