From 7073336423046959632582931659020291085552 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 4 Jun 2024 00:58:40 -0400 Subject: Docs for the sorted setting property --- python/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/settings.py') 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) -- cgit v1.3.1