feat: changes to form design
This commit is contained in:
parent
08d30009a3
commit
916b767b35
3 changed files with 7 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue