aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/admin/config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 0827f66..0b706a8 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -159,6 +159,12 @@ collections:
widget: 'boolean'
required: false
default: true
+ - label: 'Disable dark mode'
+ hint: 'If your OS and browser supports prefers-color-scheme and the user opted into a dark mode, the status page will be darker. Some color choices may be overriden.'
+ name: 'disableDarkMode'
+ widget: 'boolean'
+ required: false
+ default: false
- label: 'Logo image'
hint: 'Upload your logo here. If the logo option is switched off, this will not show.'
name: 'logo'
@@ -179,6 +185,7 @@ collections:
# Incidents per page
- label: 'Incident posts shown in one page'
name: 'incidentPostsPerPage'
+ hint: ''
widget: 'number'
valueType: 'int'
min: 1