Release 2.61 (#5990)
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
{% endif %}
|
||||
{% embed formEditTemplate with {'title': title, 'form': section.form} %}
|
||||
{% block form_body %}
|
||||
{% for pref in form.children.configuration %}
|
||||
{% if pref.vars.data.formTheme is not null %}
|
||||
{% form_theme form pref.vars.data.formTheme %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for pref in form.children.configuration %}
|
||||
{{ form_widget(pref) }}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user