Skip to content

Commit

Permalink
Remove ambra case list block from options
Browse files Browse the repository at this point in the history
  • Loading branch information
ianj-lewis committed Aug 13, 2024
1 parent 3f3fdfc commit ebea17c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cms/djangoapps/contentstore/views/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
# @medality_custom
COMPONENT_TYPES = [
'ambra',
'ambra_case_list',
'ambra_quiz',
'case_history',
'drag_and_drop',
Expand Down Expand Up @@ -311,7 +310,6 @@ def create_support_legend_dict():
# @medality_custom
component_display_names = {
'ambra': _("Ambra Link"),
'ambra_case_list': _("Ambra Case List"),
'case_history': _("Ambra Case History"),
'ambra_quiz': _("Ambra Quiz"),
'drag_and_drop': _("Drag and Drop"),
Expand Down

0 comments on commit ebea17c

Please sign in to comment.