diff --git a/cms/envs/common.py b/cms/envs/common.py index 4d7f4d5d26e9..fee771b6a23f 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1313,7 +1313,7 @@ def _should_send_xblock_events(settings): MEILISEARCH_API_KEY = "devkey" # .. setting_name: LIBRARY_ENABLED_BLOCKS -# .. setting_default: ['problem', 'video', 'html', 'drag-and-drop-v2'] +# .. setting_default: ['problem', 'video', 'html', 'drag-and-drop-v2', 'openassessment', 'conditional', 'done', 'edx_sga', 'freetextresponse', 'google-calendar', 'google-document', 'invideoquiz', 'lti', 'lti_consumer', 'pdf', 'poll', 'survey', 'word_cloud'] # noqa: E501 # .. setting_description: List of block types that are ready/enabled to be created/used # .. in libraries. Both basic blocks and advanced blocks can be included. # .. In the future, we will support individual configuration per library - see