Skip to content

Commit 59d152d

Browse files
authored
feat: enable extracted (xblocks-contrib) video block (#38151)
1 parent 59679c0 commit 59d152d

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
@@ -2116,7 +2116,7 @@ def add_optional_apps(optional_apps, installed_apps):
21162116
# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done.
21172117
# .. toggle_creation_date: 2024-11-10
21182118
# .. toggle_target_removal_date: 2025-06-01
2119-
USE_EXTRACTED_VIDEO_BLOCK = False
2119+
USE_EXTRACTED_VIDEO_BLOCK = True
21202120

21212121
############################## Marketing Site ##############################
21222122

0 commit comments

Comments
 (0)