From 81172fd34854bbef969c038bf1db33a611d59720 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 16 May 2024 18:29:25 -0400 Subject: [PATCH] fix: need to set default for library-authoring config --- .../patches/openedx-lms-common-settings | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/tutor-contrib-library-authoring-mfe/tutor_library_authoring_mfe/patches/openedx-lms-common-settings b/plugins/tutor-contrib-library-authoring-mfe/tutor_library_authoring_mfe/patches/openedx-lms-common-settings index 80547b5..5d092f7 100644 --- a/plugins/tutor-contrib-library-authoring-mfe/tutor_library_authoring_mfe/patches/openedx-lms-common-settings +++ b/plugins/tutor-contrib-library-authoring-mfe/tutor_library_authoring_mfe/patches/openedx-lms-common-settings @@ -1 +1,2 @@ +MFE_CONFIG_OVERRIDES.setdefault("library-authoring", {}) MFE_CONFIG_OVERRIDES["library-authoring"]["SECURE_ORIGIN_XBLOCK_BOOTSTRAP_HTML_URL"] = "/library-authoring/xblock-bootstrap.html"