mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
landing: Add option to show custom navbar message.
This commit is contained in:
@@ -365,6 +365,10 @@ BILLING_ENABLED = False
|
||||
|
||||
FREE_TRIAL_DAYS = None
|
||||
|
||||
# Custom message (supports HTML) to be shown in the navbar of landing pages. Used mainly for
|
||||
# making announcements.
|
||||
LANDING_PAGE_NAVBAR_MESSAGE: Optional[str] = None
|
||||
|
||||
# Automatically catch-up soft deactivated users when running the
|
||||
# `soft-deactivate-users` cron. Turn this off if the server has 10Ks of
|
||||
# users, and you would like to save some disk space. Soft-deactivated
|
||||
|
||||
@@ -156,6 +156,7 @@ SEARCH_PILLS_ENABLED = bool(os.getenv('SEARCH_PILLS_ENABLED', False))
|
||||
|
||||
BILLING_ENABLED = True
|
||||
FREE_TRIAL_DAYS = None
|
||||
LANDING_PAGE_NAVBAR_MESSAGE = None
|
||||
|
||||
# Test Custom TOS template rendering
|
||||
TERMS_OF_SERVICE = 'corporate/terms.md'
|
||||
|
||||
Reference in New Issue
Block a user