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 { space_before_class {
types { types {
gridelements_pi1.disabled = 1 gridelements_pi1.disabled = 1
form_formframework.disabled = 1
} }
removeItems := addToList(extra-small, medium, extra-large) removeItems := addToList(extra-small, medium, extra-large)
altLabels.. = Standard (ohne) altLabels.. = Standard (ohne)
@@ -2,7 +2,9 @@
<f:flashMessages /> <f:flashMessages />
<f:if condition="{formConfiguration}"> <f:if condition="{formConfiguration}">
<div class="py-8">
<formvh:render overrideConfiguration="{formConfiguration}" /> <formvh:render overrideConfiguration="{formConfiguration}" />
</div>
</f:if> </f:if>
</html> </html>