From b367b276c9328a5878235c06dd2c037078f2cc54 Mon Sep 17 00:00:00 2001 From: Saqib Date: Fri, 19 Mar 2021 18:42:24 +0500 Subject: [PATCH] docs: add annotations for ENABLE_LTI_PROVIDER feature flag (#27040) --- 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 9932d719b8..17cedc5ccf 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -714,7 +714,17 @@ FEATURES = { # .. toggle_tickets: https://openedx.atlassian.net/browse/SOL-1325 'ENABLE_OPENBADGES': False, - # Enable LTI Provider feature. + # .. toggle_name: FEATURES['ENABLE_LTI_PROVIDER'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: False + # .. toggle_description: When set to True, Open edX site can be used as an LTI Provider to other systems + # and applications. + # .. toggle_warnings: After enabling this feature flag there are multiple steps invloved to configure edX + # as LTI provider. Full guide is available here: + # https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/lti/index.html + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2015-04-24 + # .. toggle_tickets: https://github.com/edx/edx-platform/pull/7689 'ENABLE_LTI_PROVIDER': False, # .. toggle_name: FEATURES['SHOW_HEADER_LANGUAGE_SELECTOR']