Merge pull request #21516 from edx/mikix/enable-publisher

Use new ENABLE_PUBLISHER feature flag
This commit is contained in:
Michael Terry
2019-09-04 13:28:59 -04:00
committed by GitHub
4 changed files with 23 additions and 21 deletions

View File

@@ -293,6 +293,9 @@ FEATURES = {
# Let students save and manage their annotations
'ENABLE_EDXNOTES': False,
# Toggle to enable coordination with the Publisher tool (keep in sync with cms/envs/common.py)
'ENABLE_PUBLISHER': False,
# Milestones application flag
'MILESTONES_APP': False,