Skip to content

Commit

Permalink
update studio xblock order
Browse files Browse the repository at this point in the history
erikmartus committed Jan 24, 2025
1 parent a7cc851 commit 9bd2140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/djangoapps/contentstore/views/component.py
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@
'ambra_quiz',
'case_file',
'case_history',
'case_report_submission',
'drag_and_drop',
'html',
'pdf',
@@ -57,7 +58,6 @@
'typeform',
'unit_metadata',
'vimeo',
'case_report_submission',
]

ADVANCED_COMPONENT_TYPES = sorted({name for name, class_ in XBlock.load_classes()} - set(COMPONENT_TYPES))
@@ -234,6 +234,7 @@ def create_support_legend_dict():
'case_history': _("Case History"),
'case_file': _("Case File (URL)"),
'ambra_quiz': _("Case File Problem"),
'case_report_submission': _("Case Report Submission"),
'drag_and_drop': _("Drag and Drop"),
'html': _("Text"),
'pdf': _("PDF"),
@@ -242,7 +243,6 @@ def create_support_legend_dict():
'typeform': _("Typeform Embed"),
'unit_metadata': _("Unit Metadata"),
'vimeo': _("Vimeo"),
'freetextresponse': _("Free Text Response"),
}

component_templates = []

0 comments on commit 9bd2140

Please sign in to comment.