Merge pull request #15475 from OmarIthawi/omar/default-english-transcripts

Allow displaying videos without transcripts
This commit is contained in:
M. Rehan
2017-09-12 12:22:41 +05:00
committed by GitHub
8 changed files with 74 additions and 65 deletions

View File

@@ -247,6 +247,11 @@ FEATURES = {
# Show the language selector in the header
'SHOW_HEADER_LANGUAGE_SELECTOR': False,
# At edX it's safe to assume that English transcripts are always available
# This is not the case for all installations.
# The default value in {lms,cms}/envs/common.py and xmodule/tests/test_video.py should be consistent.
'FALLBACK_TO_ENGLISH_TRANSCRIPTS': True,
# Set this to False to facilitate cleaning up invalid xml from your modulestore.
'ENABLE_XBLOCK_XML_VALIDATION': True,