Skip to content

Commit bcddf9c

Browse files
authored
refactor: enable extracted LTI block (#37833)
1 parent 50da280 commit bcddf9c

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
@@ -2065,7 +2065,7 @@ def add_optional_apps(optional_apps, installed_apps):
20652065
# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
20662066
# .. toggle_creation_date: 2024-11-10
20672067
# .. toggle_target_removal_date: 2025-06-01
2068-
USE_EXTRACTED_LTI_BLOCK = False
2068+
USE_EXTRACTED_LTI_BLOCK = True
20692069

20702070
# .. toggle_name: USE_EXTRACTED_HTML_BLOCK
20712071
# .. toggle_default: False

0 commit comments

Comments
 (0)