summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2023-11-26 16:05:58 -0500
committerBrian Potchik <brian@vector35.com>2023-11-26 16:05:58 -0500
commit380e5667eda8a3554f063d1f7bd21e24020e5cd2 (patch)
tree3cf2f27b414ad7bfe1faed627db86b9eb786c4e6 /python
parent2127e6bee8f6bf8e7ef6a742380ba822bad60956 (diff)
Change password setting types to use new 'hidden' property.
Diffstat (limited to 'python')
-rw-r--r--python/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/settings.py b/python/settings.py
index f7bee686..163a96c0 100644
--- a/python/settings.py
+++ b/python/settings.py
@@ -79,6 +79,7 @@ class Settings:
"message" string None Yes An optional message with additional emphasis
"readOnly" boolean None Yes Only enforced by UI elements
"optional" boolean None Yes Indicates setting can be null
+ "hidden" bool "type" is "string" Yes Indicates the UI should conceal the content
"requiresRestart boolean None Yes Enable restart notification in the UI upon change
================== ====================================== ================== ======== =======================================================================