diff --git a/openedx/envs/common.py b/openedx/envs/common.py index c93ffd59b3b9..5d7c105025ed 100644 --- a/openedx/envs/common.py +++ b/openedx/envs/common.py @@ -2065,7 +2065,7 @@ def add_optional_apps(optional_apps, installed_apps): # .. 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_LTI_BLOCK = False +USE_EXTRACTED_LTI_BLOCK = True # .. toggle_name: USE_EXTRACTED_HTML_BLOCK # .. toggle_default: False