Skip to content

Commit 18ca8c4

Browse files
authored
feat: remove library_v2 and itembank from BETA_COMPONENT_TYPES (#38224)
1 parent 7eed8c6 commit 18ca8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cms/djangoapps/contentstore/views/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'drag-and-drop-v2',
6464
]
6565

66-
BETA_COMPONENT_TYPES = ['library_v2', 'itembank']
66+
BETA_COMPONENT_TYPES = []
6767

6868
ADVANCED_COMPONENT_TYPES = sorted({name for name, class_ in XBlock.load_classes()} - set(COMPONENT_TYPES))
6969

0 commit comments

Comments
 (0)