feat: changes to form design

This commit is contained in:
2025-04-22 17:19:50 +02:00
parent 08d30009a3
commit 916b767b35
3 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ TYPO3:
-
renderingOptions:
formNavigation:
navigationClassAttribute: 'form-navigation text-right'
btnNextClassAttribute: 'btn btn-primary'
btnPreviousClassAttribute: 'btn btn-outline btn-primary'
btnSubmitClassAttribute: 'btn btn-primary'
@@ -44,7 +45,7 @@ TYPO3:
-
properties:
containerClassAttribute: 'form-control form-element-checkbox mb-4'
elementClassAttribute: 'checkbox'
elementClassAttribute: 'checkbox border border-primary'
labelTextClassAttribute: 'label-text'
labelClassAttribute: 'label cursor-pointer justify-start gap-2'
ContentElement:
@@ -147,7 +148,7 @@ TYPO3:
properties:
fieldsetClassAttribute: 'mb-4 [&>legend]:label [&>legend]:label-text [&>legend]:justify-start'
containerClassAttribute: 'form-control form-element-radio'
elementClassAttribute: 'radio'
elementClassAttribute: 'radio border border-primary'
labelTextClassAttribute: 'label-text'
labelClassAttribute: 'label cursor-pointer justify-start gap-2'
Telephone: