Skip to content

Commit

Permalink
Merge pull request openedx#26870 from jramnai/tsd-enable_discussion_h…
Browse files Browse the repository at this point in the history
…ome_panel

[TSD] add annotations for ENABLE_DISCUSSION_HOME_PANEL feature flag
  • Loading branch information
felipemontoya authored Mar 10, 2021
2 parents 28933de + 6848705 commit dabfa5f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,15 @@
# .. 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']
Expand Down

0 comments on commit dabfa5f

Please sign in to comment.