Skip to content

Commit 549546e

Browse files
committed
added arkounay-ux-collection--no-highlight class support
1 parent f6fb6a4 commit 549546e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ux_media_form_theme.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% endblock %}
88

99
{% block ux_media_collection_widget %}
10-
{% set attr = attr|merge({class: (attr.class|default('') ~ ' arkounay-ux-collection ux-media-collection--no-highlight ux-media-collection')|trim}) %}
10+
{% set attr = attr|merge({class: (attr.class|default('') ~ ' arkounay-ux-collection arkounay-ux-collection--no-highlight ux-media-collection')|trim}) %}
1111
{{ block('ux_collection_widget') }}
1212
{% endblock %}
1313

0 commit comments

Comments
 (0)