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:
@ -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>
|
||||
|
Reference in New Issue
Block a user