Skip to content

Commit

Permalink
docs: document ENABLE_HIDE_FROM_TOC_UI feature toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Mar 18, 2024
1 parent a976498 commit 487233f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,17 @@
# 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_target_removal_date: None
# .. 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 487233f

Please sign in to comment.