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

View File

@@ -0,0 +1,3 @@
.frame-type-form_formframework {
@apply py-16;
}

View File

@@ -15,5 +15,6 @@
/* @import "components/news_detail"; */ /* @import "components/news_detail"; */
/* @import 'components/footer'; */ /* @import 'components/footer'; */
@import 'components/buttons'; @import 'components/buttons';
@import 'components/form';
@import 'layouts/home-page'; @import 'layouts/home-page';