feat: allow setting dark custom logo

Resolves https://github.com/go-vikunja/vikunja/issues/1799
This commit is contained in:
kolaente
2025-11-12 21:07:01 +01:00
parent 8862b6f69d
commit dcfd096588
5 changed files with 27 additions and 5 deletions

View File

@@ -123,6 +123,11 @@
"default_value": "",
"comment": "Allow using a custom logo via external URL."
},
{
"key": "customlogourldark",
"default_value": "",
"comment": "Allow using a custom logo for dark mode via external URL. If not set, the regular logo will be used for both light and dark modes."
},
{
"key": "enablepublicteams",
"default_value": "false",