aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2019-12-15 14:26:41 +0200
committerGitHub <noreply@github.com>2019-12-15 14:26:41 +0200
commitff12b3f2beb90b6e08475e05bd051ea88bb9617a (patch)
tree7c49bb4fda47b6c33be4d2ee3dc1d010d89bbc0a
parent62b1ce657420a3c24bb0b16e28293d450e8db57b (diff)
parent96394ffb854ec6b8f17aa1ef105eb9ff92e5e676 (diff)
Merge branch 'master' into dev
-rw-r--r--.github/FUNDING.yml2
-rw-r--r--static/admin/config.yml7
2 files changed, 9 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..118a4f5
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,2 @@
+github: mistermantas
+custom: ["https://www.paypal.me/mistermantas"]
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