refactor: Enable the Extracted HTML XBlock (#37669)
In this commit we are rolling out the Extracted HTML XBlock by toggling the USE_EXTRACTED_HTML_BLOCK flag to True. Note: The HTML Block subclasses (StaticTab, About, CourseInfo) still use the built-in code. We'll update it to use the extracted code in a separate PR. Part of: https://github.com/openedx/edx-platform/issues/37254
This commit is contained in:
committed by
GitHub
parent
ad513cbd23
commit
1fed4be5c9
@@ -1706,7 +1706,7 @@ USE_EXTRACTED_LTI_BLOCK = False
|
||||
# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
|
||||
# .. toggle_creation_date: 2024-11-10
|
||||
# .. toggle_target_removal_date: 2025-06-01
|
||||
USE_EXTRACTED_HTML_BLOCK = False
|
||||
USE_EXTRACTED_HTML_BLOCK = True
|
||||
|
||||
# .. toggle_name: USE_EXTRACTED_DISCUSSION_BLOCK
|
||||
# .. toggle_default: False
|
||||
|
||||
Reference in New Issue
Block a user