feat: Change the text of the Studio button to add an HTML component
to read "Text" and display a text icon instead of a "</>" icon.
This commit is contained in:
@@ -275,7 +275,7 @@ def get_component_templates(courselike, library=False): # lint-amnesty, pylint:
|
||||
|
||||
component_display_names = {
|
||||
'discussion': _("Discussion"),
|
||||
'html': _("HTML"),
|
||||
'html': _("Text"),
|
||||
'problem': _("Problem"),
|
||||
'video': _("Video"),
|
||||
'openassessment': _("Open Response")
|
||||
|
||||
BIN
cms/static/images/large-text-icon.png
Normal file
BIN
cms/static/images/large-text-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 304 B |
@@ -29,7 +29,7 @@
|
||||
display: inline-block;
|
||||
width: ($baseline*3);
|
||||
height: ($baseline*3);
|
||||
background: url('#{$static-path}/images/large-html-icon.png') center no-repeat;
|
||||
background: url('#{$static-path}/images/large-text-icon.png') center no-repeat;
|
||||
}
|
||||
|
||||
.large-problem-icon {
|
||||
|
||||
Reference in New Issue
Block a user