feat: add optional API for hiding the dates tab (#37923)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user