Skip to content
Snippets Groups Projects
Commit 7d96174f authored by Sarina Canelake's avatar Sarina Canelake
Browse files

Fully enable licensing on devstack

parent d406da87
No related merge requests found
......@@ -80,6 +80,12 @@ FEATURES['ENTRANCE_EXAMS'] = True
################################ COURSE LICENSES ################################
FEATURES['LICENSING'] = True
# Needed to enable licensing on video modules
XBLOCK_SETTINGS = {
"VideoDescriptor": {
"licensing_enabled": True
}
}
################################ SEARCH INDEX ################################
FEATURES['ENABLE_COURSEWARE_INDEX'] = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment