mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
search: Add setting to control whether search pills are enabled.
This setting isn't intended to exist long term, but instead to make it possible to merge our search pills code before we're ready to cut over production environments to use it.
This commit is contained in:
@@ -89,3 +89,5 @@ SENDFILE_BACKEND = 'sendfile.backends.development'
|
||||
ALWAYS_SEND_ALL_HOTSPOTS = False # type: bool
|
||||
|
||||
THUMBOR_URL = 'http://127.0.0.1:9995'
|
||||
|
||||
SEARCH_PILLS_ENABLED = os.getenv('SEARCH_PILLS_ENABLED', False)
|
||||
|
||||
Reference in New Issue
Block a user