Wrap toggle annotation lines with multiline comments
This takes advantage of the new multiline annotation format with single-line comment prefix, from code-annotations.
This commit is contained in:
@@ -6,7 +6,9 @@ from django.conf import settings
|
||||
# .. toggle_name: FEATURES['ENABLE_FORUM_DAILY_DIGEST']
|
||||
# .. toggle_implementation: DjangoSetting
|
||||
# .. toggle_default: True
|
||||
# .. toggle_description: Settings for forums/discussions to on/off daily digest feature. Set this to True if you want to enable users to subscribe and unsubscribe for daily digest. This setting enables deprecation of daily digest.
|
||||
# .. toggle_description: Settings for forums/discussions to on/off daily digest
|
||||
# feature. Set this to True if you want to enable users to subscribe and unsubscribe
|
||||
# for daily digest. This setting enables deprecation of daily digest.
|
||||
# .. toggle_category: discussion
|
||||
# .. toggle_use_cases: open_edx
|
||||
# .. toggle_creation_date: 2020-03-09
|
||||
|
||||
Reference in New Issue
Block a user