From 04685a3e5933c261e1524d08bab47c2a163aa30b Mon Sep 17 00:00:00 2001 From: XnpioChV Date: Sun, 30 Mar 2025 12:52:17 -0500 Subject: [PATCH 1/4] feat: Use openassessment manifest.json to load css from dist --- cms/static/sass/course-unit-mfe-iframe-bundle.scss | 3 --- common/templates/xblock_v2/xblock_iframe.html | 1 + openedx/core/djangoapps/xblock/rest_api/views.py | 10 ++++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/cms/static/sass/course-unit-mfe-iframe-bundle.scss b/cms/static/sass/course-unit-mfe-iframe-bundle.scss index 7dca6cc636c7..31c7f2e756d6 100644 --- a/cms/static/sass/course-unit-mfe-iframe-bundle.scss +++ b/cms/static/sass/course-unit-mfe-iframe-bundle.scss @@ -433,9 +433,6 @@ html { } } - // For openassessment xblock editor. Copied from edx-ora2 repo. - @import 'iframe-editors/oa'; - // openassessment xblock mods for mfe iframe .openassessment_editor_buttons.xblock-actions { padding: ($baseline*0.75) 2% ($baseline/2) 2%; diff --git a/common/templates/xblock_v2/xblock_iframe.html b/common/templates/xblock_v2/xblock_iframe.html index feb8592ed860..438ab9d80773 100644 --- a/common/templates/xblock_v2/xblock_iframe.html +++ b/common/templates/xblock_v2/xblock_iframe.html @@ -109,6 +109,7 @@ +