Skip to content

Commit 7cd11ca

Browse files
committed
feat: configure proxy assets setting for scorm
Based on overhangio/openedx-scorm-xblock#100 Add PROXY_ASSETS_LMS setting to ScormXBlock
1 parent 690d92d commit 7cd11ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)