Skip to content

Commit

Permalink
Docs for the sorted setting property
Browse files Browse the repository at this point in the history
  • Loading branch information
CouleeApps committed Jun 4, 2024
1 parent 9404879 commit 7073336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7073336

Please sign in to comment.