feat!: enable authoring MFE markdown editor waffle for everyone by default [Teak]#36876
Merged
kdmccormick merged 1 commit intoopenedx:release/teakfrom Jun 9, 2025
Conversation
…fault This adds a migration to turn on the new React-based Markdown editing option for newly-created ProblemBlocks for all authors. The option is nested under "Advanced settings", just like the Advanced (OLX) problem editor. The migration is written such that it will *not* overwrite an existing global "No" waffle flag. Furthermore, our waffle utilities are designed such that org-level and course-level overrides will still take preference over the flag that the migration creates. Therefore, this should only take effect in cases where no existing waffle flag applies. BREAKING CHANGE: Operators who do not want the new React-based Markdown editor to be shown should create a flag contentstore.use_react_markdown_editor with the value "No". We plan to backport this to Teak. Prior art for flipping waffles like this: 9b00243 Part of: openedx/platform-roadmap#384 Co-authored-by: Muhammad Anas <muhammad.anas@arbisoft.com>
Member
Author
|
@Anas12091101 @ormsbee @pdpinch Would one of you be able to approve this PR? Farhaan gave his thumbs-up in Slack (#wg-build-test-release) |
ormsbee
approved these changes
Jun 9, 2025
Member
Author
|
(The failure of Check Python Dependencies is unrelated and happening on other PRs too -- will investigate that separately) |
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.
Backports #36872
Based on Anas's work: #36602