docs: remove outdated reference to courseware_mfe opt-in (#29678)
Formerly, the 'courseware.courseware_mfe' Waffle flag was required in order use the new Learning-MFE-based courseware frontend. However, the Learning-MFE-based frontend has since become the default, with the 'courseware.use_legacy_frontend' flag instead serving as an opt-out. The LEARNING_MICROFRONTEND_URL Django setting annotation erroneously still referenced the old 'courseware.courseware_mfe' flag. This commit removes the outdated reference.
This commit is contained in:
@@ -4695,7 +4695,6 @@ PROGRAM_CONSOLE_MICROFRONTEND_URL = None
|
||||
# .. setting_name: LEARNING_MICROFRONTEND_URL
|
||||
# .. setting_default: None
|
||||
# .. setting_description: Base URL of the micro-frontend-based courseware page.
|
||||
# .. setting_warning: Also set site's courseware.courseware_mfe waffle flag.
|
||||
LEARNING_MICROFRONTEND_URL = None
|
||||
# .. setting_name: DISCUSSIONS_MICROFRONTEND_URL
|
||||
# .. setting_default: None
|
||||
|
||||
Reference in New Issue
Block a user