Release 2.61 (#5990)

This commit is contained in:
Kevin Papst
2026-06-17 07:27:57 +02:00
committed by GitHub
parent 7f716fa2d6
commit f8bc853d2f
14 changed files with 310 additions and 157 deletions

View File

@@ -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 %}