1
0
Fork 0
mirror of synced 2024-06-17 01:44:53 +12:00

feat: toggle for sort order in options type field

This commit is contained in:
Philipp Wirtenberger 2022-05-12 16:17:23 +02:00
parent 06b7442500
commit 77f778df29

View file

@ -2226,6 +2226,12 @@
"value": "select"
}
},
{
"type": "boolean",
"label": "Sort in lexographic order",
"key": "sort",
"defaultValue": true
},
{
"type": "boolean",
"label": "Disabled",