add toggle annotations for DEFAULT_MOBILE_AVAILABLE

added required annotations, detailed description and some nit

added extra space for the toggle_description
This commit is contained in:
Jayram
2021-01-26 12:21:23 +05:30
committed by Jayram Nai
parent a2a1998d26
commit e64e658ae5

View File

@@ -3432,6 +3432,16 @@ COURSE_CATALOG_VISIBILITY_PERMISSION = 'see_exists'
COURSE_ABOUT_VISIBILITY_PERMISSION = 'see_exists'
DEFAULT_COURSE_VISIBILITY_IN_CATALOG = "both"
# .. toggle_name: DEFAULT_MOBILE_AVAILABLE
# .. toggle_implementation: DjangoSetting
# .. toggle_default: False
# .. toggle_description: This specifies if the courses are available for mobile by default. To make any individual
# course available for mobile one can set the value of Mobile Course Available to true in Advanced Settings from the
# studio when this is False.
# .. toggle_use_cases: open_edx
# .. toggle_creation_date: 2021-01-26
# .. toggle_tickets: https://openedx.atlassian.net/browse/OSPR-1985
DEFAULT_MOBILE_AVAILABLE = False
# Enrollment API Cache Timeout