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.
This commit is contained in:
Nate Hardison
2013-05-30 18:54:39 -07:00
committed by Joe Blaylock
parent f4ae0e0cae
commit 3aec9fdb77

View File

@@ -144,6 +144,10 @@ MITX_FEATURES = {
# Allow use of the hint managment instructor view.
'ENABLE_HINTER_INSTRUCTOR_VIEW': False,
# Toggle to enable chat availability (configured on a per-course
# basis in Studio)
'ENABLE_CHAT': False
}
# Used for A/B testing