@@ -1666,7 +1666,7 @@ def _make_locale_paths(settings):
16661666# .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34840 is done.
16671667# .. toggle_creation_date: 2024-11-10
16681668# .. toggle_target_removal_date: 2025-06-01
1669- USE_EXTRACTED_WORD_CLOUD_BLOCK = False
1669+ USE_EXTRACTED_WORD_CLOUD_BLOCK = True
16701670
16711671# .. toggle_name: USE_EXTRACTED_ANNOTATABLE_BLOCK
16721672# .. toggle_default: False
@@ -1696,7 +1696,7 @@ def _make_locale_paths(settings):
16961696# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
16971697# .. toggle_creation_date: 2024-11-10
16981698# .. toggle_target_removal_date: 2025-06-01
1699- USE_EXTRACTED_LTI_BLOCK = False
1699+ USE_EXTRACTED_LTI_BLOCK = True
17001700
17011701# .. toggle_name: USE_EXTRACTED_HTML_BLOCK
17021702# .. toggle_default: False
@@ -1716,7 +1716,7 @@ def _make_locale_paths(settings):
17161716# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
17171717# .. toggle_creation_date: 2024-11-10
17181718# .. toggle_target_removal_date: 2025-06-01
1719- USE_EXTRACTED_DISCUSSION_BLOCK = False
1719+ USE_EXTRACTED_DISCUSSION_BLOCK = True
17201720
17211721# .. toggle_name: USE_EXTRACTED_PROBLEM_BLOCK
17221722# .. toggle_default: False
@@ -1726,7 +1726,7 @@ def _make_locale_paths(settings):
17261726# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
17271727# .. toggle_creation_date: 2024-11-10
17281728# .. toggle_target_removal_date: 2025-06-01
1729- USE_EXTRACTED_PROBLEM_BLOCK = False
1729+ USE_EXTRACTED_PROBLEM_BLOCK = True
17301730
17311731# .. toggle_name: USE_EXTRACTED_VIDEO_BLOCK
17321732# .. toggle_default: False
@@ -1736,7 +1736,7 @@ def _make_locale_paths(settings):
17361736# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
17371737# .. toggle_creation_date: 2024-11-10
17381738# .. toggle_target_removal_date: 2025-06-01
1739- USE_EXTRACTED_VIDEO_BLOCK = False
1739+ USE_EXTRACTED_VIDEO_BLOCK = True
17401740
17411741############################## Marketing Site ##############################
17421742
0 commit comments