improves settings_description for XBLOCK_SETTINGS with reference

This commit is contained in:
Raul Gallegos
2021-01-26 12:21:04 -05:00
parent e4c47d5478
commit 91ad3db55a

View File

@@ -1210,7 +1210,10 @@ 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
# .. setting_description: Dictionary containing server-wide configuration of XBlocks on a per-type basis.
# By default, keys should match the XBlock `block_settings_key` attribute/property. If the attribute/property
# is not defined, use the XBlock class name. Check `common.lib.xmodule.xmodule.services.SettingsService`
# for more reference.
XBLOCK_SETTINGS = {}
############# ModuleStore Configuration ##########