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:
@@ -22,10 +22,9 @@ class CourseDurationLimitConfig(StackedConfigurationModel):
|
||||
.. toggle_name: CourseDurationLimitConfig.enabled
|
||||
.. toggle_implementation: ConfigurationModel
|
||||
.. toggle_default: False
|
||||
.. toggle_description: When enabled, users will have a limited time to complete and
|
||||
audit the course. The exact duration is given by the "weeks_to_complete" course
|
||||
detail. When enabled, it is necessary to also define the "enabled_as_of" flag:
|
||||
only enrollments created after this date will be affected.
|
||||
.. toggle_description: When enabled, users will have a limited time to complete and audit the course. The exact
|
||||
duration is given by the "weeks_to_complete" course detail. When enabled, it is necessary to also define the
|
||||
"enabled_as_of" flag: only enrollments created after this date will be affected.
|
||||
.. toggle_category: ?
|
||||
.. toggle_use_cases: ?
|
||||
.. toggle_creation_date: 2018-11-02
|
||||
|
||||
@@ -94,7 +94,8 @@ COURSE_PRE_START_ACCESS_FLAG = WaffleFlag(WAFFLE_FLAG_NAMESPACE, 'pre_start_acce
|
||||
# .. toggle_use_cases: monitored_rollout
|
||||
# .. toggle_creation_date: 2017-06-19
|
||||
# .. toggle_expiration_date: ???
|
||||
# .. toggle_warnings: We are no longer integrating with CourseTalk, so this probably should be deprecated and the code for reviews should be removed.
|
||||
# .. toggle_warnings: We are no longer integrating with CourseTalk, so this probably should be deprecated and the code
|
||||
# for reviews should be removed.
|
||||
# .. toggle_tickets: DEPR-48
|
||||
# .. toggle_status: unsupported
|
||||
SHOW_REVIEWS_TOOL_FLAG = CourseWaffleFlag(WAFFLE_FLAG_NAMESPACE, 'show_reviews_tool', __name__)
|
||||
@@ -128,7 +129,8 @@ UPGRADE_DEADLINE_MESSAGE = CourseWaffleFlag(WAFFLE_FLAG_NAMESPACE, 'upgrade_dead
|
||||
# .. toggle_use_cases: opt_out
|
||||
# .. toggle_creation_date: 2017-09-11
|
||||
# .. toggle_expiration_date: ???
|
||||
# .. toggle_warnings: This is meant to be configured using waffle_utils course override only. Either do not create the actual waffle flag, or be sure to unset the flag even for Superusers.
|
||||
# .. toggle_warnings: This is meant to be configured using waffle_utils course override only. Either do not create the
|
||||
# actual waffle flag, or be sure to unset the flag even for Superusers.
|
||||
# .. toggle_tickets: N/A
|
||||
# .. toggle_status: supported
|
||||
LATEST_UPDATE_FLAG = CourseWaffleFlag(WAFFLE_FLAG_NAMESPACE, 'latest_update', __name__)
|
||||
|
||||
Reference in New Issue
Block a user