feat: toggle for sort order in options type field
This commit is contained in:
parent
06b7442500
commit
77f778df29
|
@ -2226,6 +2226,12 @@
|
|||
"value": "select"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "Sort in lexographic order",
|
||||
"key": "sort",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "Disabled",
|
||||
|
|
Loading…
Reference in New Issue