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:
committed by
Joe Blaylock
parent
f4ae0e0cae
commit
3aec9fdb77
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user