feat: add optional API for hiding the dates tab (#37923)

This commit is contained in:
Muhammad Anas
2026-02-26 05:27:49 +05:00
committed by GitHub
parent d9293afde4
commit b968eed88b
7 changed files with 112 additions and 3 deletions

View File

@@ -256,6 +256,15 @@ IN_CONTEXT_DISCUSSION_ENABLED_DEFAULT = True
# .. toggle_tickets: 'https://openedx.atlassian.net/browse/VAN-622'
ENABLE_COPPA_COMPLIANCE = False
# .. toggle_name: ENABLE_DATES_COURSE_APP
# .. toggle_implementation: DjangoSetting
# .. toggle_default: False
# .. toggle_description: Controls whether the Dates course app is surfaced via the course apps API/UI.
# .. toggle_use_cases: open_edx
# .. toggle_creation_date: 2026-02-02
# .. toggle_tickets: https://github.com/openedx/platform-roadmap/issues/392
ENABLE_DATES_COURSE_APP = False
ENABLE_JASMINE = False
MARKETING_EMAILS_OPT_IN = False