From 08578bb3be10a0ba5ad8b06b5573cbbe2a36f0c9 Mon Sep 17 00:00:00 2001 From: Jayram Nai Date: Tue, 2 Mar 2021 22:43:54 +0530 Subject: [PATCH] docs: add annotaions for ENABLE_COOKIE_CONSENT feature flag --- lms/envs/common.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 8dcd607b53..56e5042973 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -713,8 +713,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.