diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2019-12-15 14:26:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 14:26:41 +0200 |
commit | ff12b3f2beb90b6e08475e05bd051ea88bb9617a (patch) | |
tree | 7c49bb4fda47b6c33be4d2ee3dc1d010d89bbc0a /static/admin | |
parent | 62b1ce657420a3c24bb0b16e28293d450e8db57b (diff) | |
parent | 96394ffb854ec6b8f17aa1ef105eb9ff92e5e676 (diff) |
Merge branch 'master' into dev
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 7 |
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 |