From 16cc57dc7da7041a5fb3dc0bebe143bda7505bde Mon Sep 17 00:00:00 2001 From: JayRam Nai Date: Mon, 8 Feb 2021 18:26:48 +0530 Subject: [PATCH] docs: Add annotations for EDITABLE_SHORT_DESCRIPTION feature flag (#26401) --- cms/envs/common.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 3c5f8b9f32..9255b03eae 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -210,7 +210,14 @@ FEATURES = { # Turn off account locking if failed login attempts exceeds a limit 'ENABLE_MAX_FAILED_LOGIN_ATTEMPTS': False, - # Allow editing of short description in course settings in cms + # .. toggle_name: FEATURES['EDITABLE_SHORT_DESCRIPTION'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: True + # .. toggle_description: This feature flag allows editing of short descriptions on the Schedule & Details page in + # Open edX Studio. Set to False if you want to disable the editing of the course short description. + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2014-02-13 + # .. toggle_tickets: https://github.com/edx/edx-platform/pull/2334 'EDITABLE_SHORT_DESCRIPTION': True, # Hide any Personally Identifiable Information from application logs