diff options
-rw-r--r-- | .github/FUNDING.yml | 2 | ||||
-rw-r--r-- | static/admin/config.yml | 7 |
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 |