Skip to content

Commit

Permalink
docs: document ENABLE_HIDE_FROM_TOC_UI feature toggle (#34377)
Browse files Browse the repository at this point in the history
Docs for the ENABLE_HIDE_FROM_TOC_UI feature toggle so it can be extracted by the feature toggle sphinx plugin.
  • Loading branch information
mariajgrimaldi authored Mar 19, 2024
1 parent 57970bd commit 9600a90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,16 @@
# https://github.com/openedx/openedx-events/issues/265
# .. toggle_tickets: https://github.com/edx/edx-arch-experiments/issues/381
'ENABLE_SEND_XBLOCK_LIFECYCLE_EVENTS_OVER_BUS': False,

# .. toggle_name: FEATURES['ENABLE_HIDE_FROM_TOC_UI']
# .. toggle_implementation: DjangoSetting
# .. toggle_default: False
# .. toggle_description: When enabled, exposes hide_from_toc xblock attribute so course authors can configure it as
# a section visibility option in Studio.
# .. toggle_use_cases: open_edx
# .. toggle_creation_date: 2024-02-29
# .. toggle_tickets: https://github.com/openedx/edx-platform/pull/33952
'ENABLE_HIDE_FROM_TOC_UI': False,
}

# .. toggle_name: ENABLE_COPPA_COMPLIANCE
Expand Down

0 comments on commit 9600a90

Please sign in to comment.