Commit fdaf9d9b by Troy Sankey

initial hackachat/rocket support

parent 649f3ccd
...@@ -623,6 +623,15 @@ class CourseFields(object): ...@@ -623,6 +623,15 @@ class CourseFields(object):
scope=Scope.settings scope=Scope.settings
) )
enable_rocket_chat = Boolean(
display_name=_("Enable Rocket Chat"),
help=_(
"Enter true or false. If true, learners can access a Rocket chat group for the course."
),
default=False,
scope=Scope.settings
)
allow_public_wiki_access = Boolean( allow_public_wiki_access = Boolean(
display_name=_("Allow Public Wiki Access"), display_name=_("Allow Public Wiki Access"),
help=_( help=_(
......
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