Clarify many feature toggle annotations across all applications
This commit is contained in:
@@ -25,12 +25,8 @@ class CourseDurationLimitConfig(StackedConfigurationModel):
|
||||
.. 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_use_cases: opt_in
|
||||
.. toggle_creation_date: 2018-11-02
|
||||
.. toggle_target_removal_date: None
|
||||
.. toggle_warnings: None
|
||||
.. toggle_tickets: None
|
||||
"""
|
||||
|
||||
STACKABLE_FIELDS = ('enabled', 'enabled_as_of')
|
||||
|
||||
Reference in New Issue
Block a user