We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e01c38 + 4637109 commit 646cbedCopy full SHA for 646cbed
1 file changed
src/Resources/views/Form/imagesTheme.html.twig
@@ -1,7 +1,7 @@
1
{% extends '@SyliusUi/Form/imagesTheme.html.twig' %}
2
3
{% block loevgaard_sylius_brand_brand_image_widget %}
4
- {% spaceless %}
+ {% apply spaceless %}
5
<div class="ui upload box segment">
6
{{ form_row(form.type) }}
7
{% if form.vars.value.path|default(null) is null %}
@@ -17,5 +17,5 @@
17
{{- form_errors(form.file) -}}
18
</div>
19
20
- {% endspaceless %}
+ {% endapply %}
21
{% endblock %}
0 commit comments