feat: enable MFE editor for InVideoQuiz XBlock#115
Merged
djoseph-apphelix merged 1 commit intorelease-ulmofrom Feb 17, 2026
Merged
feat: enable MFE editor for InVideoQuiz XBlock#115djoseph-apphelix merged 1 commit intorelease-ulmofrom
djoseph-apphelix merged 1 commit intorelease-ulmofrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Studio’s XBlock edit routing so that invideoquiz blocks open in the Authoring MFE editor, aligning them with other block types that have migrated off the legacy modal editor.
Changes:
- Extend the “open in Authoring MFE” conditional in
editXBlockto includeinvideoquizblocks.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a6d4981 to
3c4131c
Compare
3c4131c to
95fdb3f
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
95fdb3f to
1af0c9e
Compare
viv-helix
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Enable invideoquiz blocks to use the new authoring MFE editor, bringing them in line with other block types (html, video, problem, and games) that have already been migrated to the modernized editing experience.
Changes
cms/static/js/views/pages/container.js:515to include invideoquiz blocks in the conditional that directs users to the authoring MFE base URLSupporting information
Jira ticket:
TNL2-524
Testing instructions
Deadline
Other information