Kyle McCormick
8e9f94424d
feat!: Flip Studio MFE Waffle Flags to be On-By-Default (#36495)
This makes nearly all of Studio React-by-default by replacing the
"opt-in-to-React" flags with a set of parallel
"opt-out-of-React-and-use-the-legacy-experience" flags. Here is the
mapping:
* `contentstore.new_studio_mfe.use_new_unit_page` ->
`!legacy_studio.unit_editor`
* `new_core_editors.use_new_problem_editor` ->
`!legacy_studio.problem_editor`
* `new_core_editors.use_new_text_editor` ->
`!legacy_studio.text_editor`
* `new_core_editors.use_new_video_editor` ->
`!legacy_studio.video_editor`
* `new_studio_mfe.use_new_home_page` ->
`!legacy_studio.home`
* `contentstore.new_studio_mfe.use_new_custom_pages` ->
`!legacy_studio.custom_pages`
* `contentstore.new_studio_mfe.use_new_schedule_details_page` ->
`!legacy_studio.schedule_details`
* `contentstore.new_studio_mfe.use_new_advanced_settings_page` ->
`!legacy_studio.advanced_settings`
* `contentstore.new_studio_mfe.use_new_grading_page` ->
`!legacy_studio.grading`
* `contentstore.new_studio_mfe.use_new_updates_page` ->
`!legacy_studio.updates`
* `contentstore.new_studio_mfe.use_new_import_page` ->
`!legacy_studio.import`
* `contentstore.new_studio_mfe.use_new_export_page` ->
`!legacy_studio.export`
* `contentstore.new_studio_mfe.use_new_files_uploads_page` ->
`!legacy_studio.files_uploads`
* `contentstore.new_studio_mfe.use_new_course_outline_page` ->
`!legacy_studio.course_outline`
* `contentstore.new_studio_mfe.use_new_course_team_page` ->
`!legacy_studio.course_team`
* `contentstore.new_studio_mfe.use_new_certificates_page` ->
`!legacy_studio.certificates`
* `contentstore.new_studio_mfe.use_new_textbooks_page` ->
`!legacy_studio.textbooks`
* `contentstore.new_studio_mfe.use_new_group_configurations_page` ->
`!legacy_studio.configurations`
Part of: https://github.com/openedx/edx-platform/issues/36275
2025-04-24 12:34:35 -04:00
..
2020-09-10 21:21:47 -04:00
2025-04-22 18:51:34 -04:00
2020-04-10 11:36:17 +05:00
2022-03-14 12:57:23 +05:00
2022-12-12 14:31:03 -05:00
2024-02-14 08:28:37 -05:00
2025-04-09 13:38:36 -04:00
2022-12-15 09:17:12 -05:00
2023-05-02 14:57:25 -04:00
2025-04-24 12:34:35 -04:00
2019-03-28 10:48:34 -04:00
2025-03-05 08:24:59 -05:00
2023-11-01 13:41:37 -04:00
2025-02-10 14:39:13 -05:00