@@ -2039,53 +2039,48 @@ def add_optional_apps(optional_apps, installed_apps):
20392039# Ticket: https://github.com/openedx/edx-platform/issues/35308
20402040
20412041# .. toggle_name: USE_EXTRACTED_WORD_CLOUD_BLOCK
2042- # .. toggle_default: False
2042+ # .. toggle_default: True
20432043# .. toggle_implementation: DjangoSetting
20442044# .. toggle_description: Enables the use of the extracted Word Cloud XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo.
20452045# .. toggle_use_cases: temporary
2046- # .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34840 is done.
20472046# .. toggle_creation_date: 2024-11-10
2048- # .. toggle_target_removal_date: 2025-06-01
2047+ # .. toggle_target_removal_date: 2026-04-10
20492048USE_EXTRACTED_WORD_CLOUD_BLOCK = True
20502049
20512050# .. toggle_name: USE_EXTRACTED_ANNOTATABLE_BLOCK
2052- # .. toggle_default: False
2051+ # .. toggle_default: True
20532052# .. toggle_implementation: DjangoSetting
20542053# .. toggle_description: Enables the use of the extracted annotatable XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo.
20552054# .. toggle_use_cases: temporary
2056- # .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34841 is done.
20572055# .. toggle_creation_date: 2024-11-10
2058- # .. toggle_target_removal_date: 2025-06-01
2056+ # .. toggle_target_removal_date: 2026-04-10
20592057USE_EXTRACTED_ANNOTATABLE_BLOCK = True
20602058
20612059# .. toggle_name: USE_EXTRACTED_POLL_QUESTION_BLOCK
2062- # .. toggle_default: False
2060+ # .. toggle_default: True
20632061# .. toggle_implementation: DjangoSetting
20642062# .. toggle_description: Enables the use of the extracted poll question XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo.
20652063# .. toggle_use_cases: temporary
2066- # .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34839 is done.
20672064# .. toggle_creation_date: 2024-11-10
2068- # .. toggle_target_removal_date: 2025-06-01
2065+ # .. toggle_target_removal_date: 2026-04-10
20692066USE_EXTRACTED_POLL_QUESTION_BLOCK = True
20702067
20712068# .. toggle_name: USE_EXTRACTED_LTI_BLOCK
2072- # .. toggle_default: False
2069+ # .. toggle_default: True
20732070# .. toggle_implementation: DjangoSetting
20742071# .. toggle_description: Enables the use of the extracted LTI XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo.
20752072# .. toggle_use_cases: temporary
2076- # .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
20772073# .. toggle_creation_date: 2024-11-10
2078- # .. toggle_target_removal_date: 2025-06-01
2074+ # .. toggle_target_removal_date: 2026-04-10
20792075USE_EXTRACTED_LTI_BLOCK = True
20802076
20812077# .. toggle_name: USE_EXTRACTED_HTML_BLOCK
2082- # .. toggle_default: False
2078+ # .. toggle_default: True
20832079# .. toggle_implementation: DjangoSetting
20842080# .. toggle_description: Enables the use of the extracted HTML XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo.
20852081# .. toggle_use_cases: temporary
2086- # .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
20872082# .. toggle_creation_date: 2024-11-10
2088- # .. toggle_target_removal_date: 2025-06-01
2083+ # .. toggle_target_removal_date: 2026-04-10
20892084USE_EXTRACTED_HTML_BLOCK = True
20902085
20912086# .. toggle_name: USE_EXTRACTED_DISCUSSION_BLOCK
@@ -2095,7 +2090,7 @@ def add_optional_apps(optional_apps, installed_apps):
20952090# .. toggle_use_cases: temporary
20962091# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
20972092# .. toggle_creation_date: 2024-11-10
2098- # .. toggle_target_removal_date: 2025-06-01
2093+ # .. toggle_target_removal_date: 2026-04-10
20992094USE_EXTRACTED_DISCUSSION_BLOCK = False
21002095
21012096# .. toggle_name: USE_EXTRACTED_PROBLEM_BLOCK
@@ -2105,17 +2100,16 @@ def add_optional_apps(optional_apps, installed_apps):
21052100# .. toggle_use_cases: temporary
21062101# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
21072102# .. toggle_creation_date: 2024-11-10
2108- # .. toggle_target_removal_date: 2025-06-01
2103+ # .. toggle_target_removal_date: 2026-04-10
21092104USE_EXTRACTED_PROBLEM_BLOCK = False
21102105
21112106# .. toggle_name: USE_EXTRACTED_VIDEO_BLOCK
2112- # .. toggle_default: False
2107+ # .. toggle_default: True
21132108# .. toggle_implementation: DjangoSetting
21142109# .. toggle_description: Enables the use of the extracted Video XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo.
21152110# .. toggle_use_cases: temporary
2116- # .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
21172111# .. toggle_creation_date: 2024-11-10
2118- # .. toggle_target_removal_date: 2025-06-01
2112+ # .. toggle_target_removal_date: 2026-04-10
21192113USE_EXTRACTED_VIDEO_BLOCK = True
21202114
21212115############################## Marketing Site ##############################
0 commit comments