Merge pull request #26159 from open-craft/raul/tsd-xblock_field_data_wrappers

[TSD] adds settings annotations for XBLOCK_FIELD_DATA_WRAPPERS
This commit is contained in:
Robert Raposa
2021-01-25 14:40:56 -05:00
committed by GitHub

View File

@@ -1200,7 +1200,9 @@ XBLOCK_MIXINS = (LmsBlockMixin, InheritanceMixin, XModuleMixin, EditInfoMixin)
# Allow any XBlock in the LMS
XBLOCK_SELECT_FUNCTION = prefer_xmodules
# Paths to wrapper methods which should be applied to every XBlock's FieldData.
# .. setting_name: XBLOCK_FIELD_DATA_WRAPPERS
# .. setting_default: ()
# .. setting_description: Paths to wrapper methods which should be applied to every XBlock's FieldData.
XBLOCK_FIELD_DATA_WRAPPERS = ()
XBLOCK_FS_STORAGE_BUCKET = None