This commit is contained in:
Yurii
2026-02-06 12:54:01 +02:00
parent 418770bce5
commit efb2ce9ba3

View File

@@ -433,6 +433,27 @@
}
}
},
{
"if": {
"properties": {
"type": {
"anyOf": [
{"const": "enum"},
{"const": "multiEnum"},
{"const": "checklist"}
]
}
}
},
"then": {
"properties": {
"isSorted": {
"type": "boolean",
"description": "Sort the dropdown options alphabetically."
}
}
}
},
{
"if": {
"properties": {