diff --git a/cms/envs/common.py b/cms/envs/common.py index 04c70e3132..cde1b202b6 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -955,6 +955,9 @@ ADVANCED_COMPONENT_TYPES = [ # embed public google drive documents and calendars within edX units 'google-document', 'google-calendar', + + # In-course reverification checkpoint + 'edx-reverification-block', ] # Adding components in this list will disable the creation of new problem for those