use new, shorter names for feature toggle annotations (#20202)

This commit is contained in:
albemarle
2019-04-12 15:46:09 -04:00
committed by GitHub
parent 81721dc111
commit 05a682f55e
6 changed files with 168 additions and 102 deletions

View File

@@ -176,6 +176,9 @@ FEATURES = {
# in sync with the ones in lms/envs/common.py
'ENABLE_DISCUSSION_SERVICE': True,
'ENABLE_TEXTBOOK': True,
# .. documented_elsewhere: true
# .. documented_elsewhere_name: ENABLE_STUDENT_NOTES
'ENABLE_STUDENT_NOTES': True,
# DO NOT SET TO True IN THIS FILE