We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248138c commit 53d3d5dCopy full SHA for 53d3d5d
1 file changed
openedx/envs/common.py
@@ -2097,7 +2097,7 @@ def add_optional_apps(optional_apps, installed_apps):
2097
# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
2098
# .. toggle_creation_date: 2024-11-10
2099
# .. toggle_target_removal_date: 2026-04-10
2100
-USE_EXTRACTED_PROBLEM_BLOCK = False
+USE_EXTRACTED_PROBLEM_BLOCK = True
2101
2102
# .. toggle_name: USE_EXTRACTED_VIDEO_BLOCK
2103
# .. toggle_default: True
0 commit comments