1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +12:00

chore: reword options type sort order label

Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
This commit is contained in:
Philipp Wirtenberger 2022-06-07 09:27:41 +02:00 committed by GitHub
parent e2c20f7c3b
commit 062db071e7

View file

@ -2228,7 +2228,7 @@
}, },
{ {
"type": "boolean", "type": "boolean",
"label": "Sort in lexographic order", "label": "Sort in alphabetical order",
"key": "sort", "key": "sort",
"defaultValue": true "defaultValue": true
}, },