From f54fc44ef95c519e06b1f6ab40ef39a4f4d41a22 Mon Sep 17 00:00:00 2001 From: Saqib <msaqib52@gmail.com> Date: Mon, 29 Mar 2021 23:44:03 +0500 Subject: [PATCH] docs: add annotations for CERTIFICATES_HTML_VIEW feature flag --- lms/envs/common.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 72df24e8072..421a158f066 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -657,7 +657,17 @@ FEATURES = { # .. toggle_tickets: https://github.com/edx/edx-platform/pull/7315 'LICENSING': False, - # Certificates Web/HTML Views + # .. toggle_name: FEATURES['CERTIFICATES_HTML_VIEW'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: False + # .. toggle_description: Set to True to enable course certificates on your instance of Open edX. + # .. toggle_warnings: You must enable this feature flag in both Studio and the LMS and complete the configuration tasks + # described here: + # https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/enable_certificates.html pylint: disable=line-too-long,useless-suppression + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2015-03-13 + # .. toggle_target_removal_date: None + # .. toggle_tickets: https://github.com/edx/edx-platform/pull/7113 'CERTIFICATES_HTML_VIEW': False, # .. toggle_name: FEATURES['ENABLE_COURSE_DISCOVERY'] -- GitLab