Allow custom logo via environment variable #3685

Merged
konrad merged 6 commits from davidangel/frontend:allow-custom-logo into main 2023-08-23 16:13:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 71d811064f - Show all commits

View File

@ -31,7 +31,7 @@
// This setting might change in the future or be removed completely.
window.PROJECT_INFINITE_NESTING_ENABLED = false
// Allow changing the logo and other icons based on various occasions throughout the year.
window.ALLOW_ICON_CHANGES = false
window.ALLOW_ICON_CHANGES = true
davidangel marked this conversation as resolved Outdated

This should stay on true by default.

This should stay on true by default.
// Allow using a custom logo via external URL.
window.CUSTOM_LOGO_URL = ''
</script>