docs: change default value for a toggle to correct doc (#34747)

This commit is contained in:
Glib Glugovskiy
2024-05-09 14:57:43 +03:00
committed by GitHub
parent 4c582e64bb
commit c5d94d21bf

View File

@@ -85,7 +85,7 @@ COURSEWARE_MICROFRONTEND_NAVIGATION_SIDEBAR_BLOCKS_DISABLE_CACHING = CourseWaffl
# .. toggle_name: courseware.enable_navigation_sidebar
# .. toggle_implementation: WaffleFlag
# .. toggle_default: True
# .. toggle_default: False
# .. toggle_description: Enable navigation sidebar on Learning MFE
# .. toggle_use_cases: opt_out, open_edx
# .. toggle_creation_date: 2024-03-07