From 50c1e419409ffeeaac8d9008ccb96ad2827849ee Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 9 Jan 2026 13:53:42 -0500 Subject: [PATCH] docs: Add a new setting to the docs settings. --- docs/docs_settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs_settings.py b/docs/docs_settings.py index a260b5dd31..9f1c01ba93 100644 --- a/docs/docs_settings.py +++ b/docs/docs_settings.py @@ -18,6 +18,7 @@ from cms.envs.common import ( # lint-amnesty, pylint: disable=unused-import VIDEO_TRANSCRIPT_MIGRATIONS_JOB_QUEUE, UPDATE_SEARCH_INDEX_JOB_QUEUE, FRONTEND_REGISTER_URL, + ENABLE_SEND_XBLOCK_LIFECYCLE_EVENTS_OVER_BUS, ) # Turn on all the boolean feature flags, so that conditionally included