Commit 45beeb36 by Nate Hardison

Add setting to enable/disable chat site-wide

To protect against chat blowing things up, we include a way to
enable and disable it on an entire site-wide basis.
parent 28809795
...@@ -122,7 +122,11 @@ MITX_FEATURES = { ...@@ -122,7 +122,11 @@ MITX_FEATURES = {
'USE_CUSTOM_THEME': False, 'USE_CUSTOM_THEME': False,
# Do autoplay videos for students # Do autoplay videos for students
'AUTOPLAY_VIDEOS': True 'AUTOPLAY_VIDEOS': True,
# Toggle to enable chat availability (configured on a per-course
# basis in Studio)
'ENABLE_CHAT': False
} }
# Used for A/B testing # Used for A/B testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment