Skip to content

Commit 759a321

Browse files
committed
chore: Enable Extracted Video Block
1 parent 3fa7794 commit 759a321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx/envs/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ def add_optional_apps(optional_apps, installed_apps):
21052105
# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
21062106
# .. toggle_creation_date: 2024-11-10
21072107
# .. toggle_target_removal_date: 2025-06-01
2108-
USE_EXTRACTED_VIDEO_BLOCK = False
2108+
USE_EXTRACTED_VIDEO_BLOCK = True
21092109

21102110
############################## Marketing Site ##############################
21112111

0 commit comments

Comments
 (0)