Skip to content

Commit 1fed4be

Browse files
authored
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: #37254
1 parent ad513cb commit 1fed4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openedx/envs/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ def _make_locale_paths(settings):
17061706
# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
17071707
# .. toggle_creation_date: 2024-11-10
17081708
# .. toggle_target_removal_date: 2025-06-01
1709-
USE_EXTRACTED_HTML_BLOCK = False
1709+
USE_EXTRACTED_HTML_BLOCK = True
17101710

17111711
# .. toggle_name: USE_EXTRACTED_DISCUSSION_BLOCK
17121712
# .. toggle_default: False

0 commit comments

Comments
 (0)