Skip to content

Commit 26e910c

Browse files
authored
feat: Add PROXY_ASSETS_LMS setting to ScormXBlock
Based on overhangio/openedx-scorm-xblock#100
1 parent 690d92d commit 26e910c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drydock/patches/openedx-common-settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def scorm_xblock_storage(xblock):
2222
)
2323
XBLOCK_SETTINGS["ScormXBlock"] = {
2424
"STORAGE_FUNC": scorm_xblock_storage,
25+
"PROXY_ASSETS_LMS": False,
2526
}
2627
{% endif %}
2728

0 commit comments

Comments
 (0)