Merge branch 'develop'

This commit is contained in:
Björn Fromme
2022-04-28 15:40:04 +02:00
2 changed files with 4 additions and 1 deletions
@@ -110,6 +110,7 @@ TCEFORM {
space_before_class {
types {
gridelements_pi1.disabled = 1
form_formframework.disabled = 1
}
removeItems := addToList(extra-small, medium, extra-large)
altLabels.. = Standard (ohne)
@@ -2,7 +2,9 @@
<f:flashMessages />
<f:if condition="{formConfiguration}">
<formvh:render overrideConfiguration="{formConfiguration}" />
<div class="py-8">
<formvh:render overrideConfiguration="{formConfiguration}" />
</div>
</f:if>
</html>