Studio support of Section Highlights

This commit is contained in:
Nimisha Asthagiri
2017-10-19 10:09:57 -04:00
parent 68d5fe8922
commit 53e1dfaa99
11 changed files with 184 additions and 6 deletions

View File

@@ -264,7 +264,10 @@ FEATURES = {
# Whether archived courses (courses with end dates in the past) should be
# shown in Studio in a separate list.
'ENABLE_SEPARATE_ARCHIVED_COURSES': True
'ENABLE_SEPARATE_ARCHIVED_COURSES': True,
# Whether section-level highlights are enabled on the platform.
'ENABLE_SECTION_HIGHLIGHTS': False,
}
ENABLE_JASMINE = False