We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
library_v2
itembank
BETA_COMPONENT_TYPES
1 parent 7eed8c6 commit 18ca8c4Copy full SHA for 18ca8c4
1 file changed
cms/djangoapps/contentstore/views/component.py
@@ -63,7 +63,7 @@
63
'drag-and-drop-v2',
64
]
65
66
-BETA_COMPONENT_TYPES = ['library_v2', 'itembank']
+BETA_COMPONENT_TYPES = []
67
68
ADVANCED_COMPONENT_TYPES = sorted({name for name, class_ in XBlock.load_classes()} - set(COMPONENT_TYPES))
69
0 commit comments