Merge pull request #14092 from edx/cdyer/validate-capa-xml

Use new XMLString field type for CAPA data field.
This commit is contained in:
Cliff Dyer
2016-12-19 12:03:19 -05:00
committed by GitHub
6 changed files with 55 additions and 124 deletions

View File

@@ -215,6 +215,9 @@ FEATURES = {
# Show Language selector
'SHOW_LANGUAGE_SELECTOR': False,
# Set this to False to facilitate cleaning up invalid xml from your modulestore.
'ENABLE_XBLOCK_XML_VALIDATION': True,
}
ENABLE_JASMINE = False