Merge pull request #20384 from open-craft/symbolist/video-xblock

VideoModule to VideoBlock [SE-602]
This commit is contained in:
Feanil Patel
2019-06-27 16:23:00 -04:00
committed by GitHub
34 changed files with 379 additions and 454 deletions

View File

@@ -122,7 +122,7 @@ FEATURES['ENTRANCE_EXAMS'] = True
################################ COURSE LICENSES ################################
FEATURES['LICENSING'] = True
# Needed to enable licensing on video modules
XBLOCK_SETTINGS.update({'VideoDescriptor': {'licensing_enabled': True}})
XBLOCK_SETTINGS.update({'VideoBlock': {'licensing_enabled': True}})
################################ SEARCH INDEX ################################
FEATURES['ENABLE_COURSEWARE_INDEX'] = True