From e4c47d5478d359b093598f852a80276c513b4c9c Mon Sep 17 00:00:00 2001 From: Raul Gallegos Date: Mon, 25 Jan 2021 18:48:29 -0500 Subject: [PATCH] adds annotations for XBLOCK_SETTINGS --- lms/envs/common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 8ad4f23559..038711a5d4 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1207,6 +1207,10 @@ XBLOCK_FIELD_DATA_WRAPPERS = () XBLOCK_FS_STORAGE_BUCKET = None XBLOCK_FS_STORAGE_PREFIX = None + +# .. setting_name: XBLOCK_SETTINGS +# .. setting_default: {} +# .. setting_description: Dictionary containing server-wide configuration of XBlocks on a per-type basis XBLOCK_SETTINGS = {} ############# ModuleStore Configuration ##########