1
0

feat: allow custom logo via environment variable (#3685)

Related discussion: https://community.vikunja.io/t/change-vikunja-logo-and-color-scheme/621

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3685
Reviewed-by: konrad <k@knt.li>
Co-authored-by: davidangel <david@davidangel.net>
Co-committed-by: davidangel <david@davidangel.net>
This commit is contained in:
davidangel
2023-08-23 16:13:29 +00:00
committed by konrad
parent 37975c1931
commit cade3df3e9
5 changed files with 13 additions and 2 deletions

View File

@ -32,6 +32,8 @@
window.PROJECT_INFINITE_NESTING_ENABLED = false
// Allow changing the logo and other icons based on various occasions throughout the year.
window.ALLOW_ICON_CHANGES = true
// Allow using a custom logo via external URL.
window.CUSTOM_LOGO_URL = ''
</script>
</body>
</html>