Merge pull request #26809 from jramnai/tsd-enable_cookie_consent2
[TSD] add annotaions for ENABLE_COOKIE_CONSENT feature flag
This commit is contained in:
@@ -740,8 +740,14 @@ FEATURES = {
|
||||
# .. toggle_tickets: https://openedx.atlassian.net/browse/YONK-513
|
||||
'ALLOW_PUBLIC_ACCOUNT_CREATION': True,
|
||||
|
||||
# Enable footer banner for cookie consent.
|
||||
# See https://cookieconsent.insites.com/ for more.
|
||||
# .. toggle_name: FEATURES['ENABLE_COOKIE_CONSENT']
|
||||
# .. toggle_implementation: DjangoSetting
|
||||
# .. toggle_default: False
|
||||
# .. toggle_description: Enable header banner for cookie consent using this service:
|
||||
# https://cookieconsent.insites.com/
|
||||
# .. toggle_use_cases: open_edx
|
||||
# .. toggle_creation_date: 2017-03-03
|
||||
# .. toggle_tickets: https://openedx.atlassian.net/browse/OSPR-1560
|
||||
'ENABLE_COOKIE_CONSENT': False,
|
||||
|
||||
# Whether or not the dynamic EnrollmentTrackUserPartition should be registered.
|
||||
|
||||
Reference in New Issue
Block a user