diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-06-04 00:58:40 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-06-04 14:38:37 -0400 |
| commit | 7073336423046959632582931659020291085552 (patch) | |
| tree | 51ec91a3051a0d89d3711cd62c98005c62451c01 /python/settings.py | |
| parent | 9404879802007442839204773098856013054673 (diff) | |
Docs for the sorted setting property
Diffstat (limited to 'python/settings.py')
| -rw-r--r-- | python/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/settings.py b/python/settings.py index 2f23bde8..af9e4972 100644 --- a/python/settings.py +++ b/python/settings.py @@ -65,6 +65,7 @@ class Settings: "title" string None No Concise Setting Title "type" string None No {"array", "boolean", "number", "string"} "elementType" string "type" is "array" No {"string"} + "sorted" boolean "type" is "array" Yes Automatically sort list items (default is true) "enum" array : {string} "type" is "string" Yes Enumeration definitions "enumDescriptions" array : {string} "type" is "string" Yes Enumeration descriptions that match "enum" array "minValue" number "type" is "number" Yes Specify 0 to infer unsigned (default is signed) |
