From 6848705f5c18d7961436bee3c473bf9c02db4db7 Mon Sep 17 00:00:00 2001
From: Jayram Nai <jramnai007@gmail.com>
Date: Fri, 5 Mar 2021 19:54:37 +0530
Subject: [PATCH] docs: add annotations for ENABLE_DISCUSSION_HOME_PANEL
 feature flag

---
 lms/envs/common.py | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/lms/envs/common.py b/lms/envs/common.py
index b3de500e2fc..76a1c79587d 100644
--- a/lms/envs/common.py
+++ b/lms/envs/common.py
@@ -143,8 +143,15 @@ FEATURES = {
     # .. toggle_tickets: https://github.com/edx/edx-platform/pull/3064
     'ENABLE_TEXTBOOK': True,
 
-    # discussion home panel, which includes a subscription on/off setting for discussion digest emails.
-    # this should remain off in production until digest notifications are online.
+    # .. toggle_name: FEATURES['ENABLE_DISCUSSION_HOME_PANEL']
+    # .. toggle_implementation: DjangoSetting
+    # .. toggle_default: True
+    # .. toggle_description: Hides or displays a welcome panel under the Discussion tab, which includes a subscription
+    #   on/off setting for discussion digest emails.
+    # .. toggle_use_cases: open_edx
+    # .. toggle_creation_date: 2013-07-30
+    # .. toggle_warnings: This should remain off in production until digest notifications are online.
+    # .. toggle_tickets: https://github.com/edx/edx-platform/pull/520
     'ENABLE_DISCUSSION_HOME_PANEL': False,
 
     # .. toggle_name: FEATURES['ENABLE_DISCUSSION_EMAIL_DIGEST']
-- 
GitLab