File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{% block comur_image_widget %}
22 {% trans_default_domain comur_translation_domain %}
33 {# trans_default_domain 'ComurImageBundle' #}
4- {% spaceless %}
4+ {% apply spaceless %}
55 {# block('form_widget_simple') #}
66 {{ form_widget(form [name ])}}
77 {% if options .uploadConfig .saveOriginal %}
3535
3636 </div >
3737 </div >
38- {% endspaceless %}
38+ {% endapply %}
3939
4040 <script >
4141 $ (document ).ready (function (){
8080 {% trans_default_domain comur_translation_domain %}
8181 {# trans_default_domain 'ComurImageBundle' #}
8282
83- {% spaceless %}
83+ {% apply spaceless %}
8484 {{- form_errors(form ) -}}
8585 <div class =" field-error clearfix hidden" >
8686 <div id =" {{form [name ].vars.id }}_widget_error" class =" alert alert-danger span6" >
108108 </div >
109109
110110
111- {% endspaceless %}
111+ {% endapply %}
112112
113113 <script >
114114
Original file line number Diff line number Diff line change 2121 "symfony/routing" : " ~3.4 || ~4.2" ,
2222 "symfony/config" : " ~3.4 || ~4.2" ,
2323 "symfony/twig-bridge" : " ~3.4 || ~4.2" ,
24- "twig/twig" : " ~1.35 || ~2.5 " ,
24+ "twig/twig" : " ^1.41 || ^2.10 " ,
2525 "twig/extensions" : " ~1.0" ,
2626 "friendsofsymfony/jsrouting-bundle" : " @stable" ,
2727 "jms/translation-bundle" : " ^1.2.2"
You can’t perform that action at this time.
0 commit comments