mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
30 lines
1.2 KiB
YAML
30 lines
1.2 KiB
YAML
services:
|
|
|
|
Chill\PersonBundle\Form\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../../Form/'
|
|
|
|
Chill\PersonBundle\Form\PersonType:
|
|
arguments:
|
|
$personFieldsConfiguration: '%chill_person.person_fields%'
|
|
$configAltNamesHelper: '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
|
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
|
tags:
|
|
- { name: form.type, alias: '@chill.person.form.person_creation' }
|
|
|
|
Chill\PersonBundle\Form\Type\ClosingMotivePickerType:
|
|
class: Chill\PersonBundle\Form\Type\ClosingMotivePickerType
|
|
arguments:
|
|
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
|
$chillEntityRenderExtension: '@Chill\MainBundle\Templating\Entity\ChillEntityRenderExtension'
|
|
$closingMotiveRepository: '@Chill\PersonBundle\Repository\AccompanyingPeriod\ClosingMotiveRepository'
|
|
tags:
|
|
- { name: form.type, alias: closing_motive }
|
|
|
|
Chill\PersonBundle\Form\AccompanyingPeriodType:
|
|
arguments:
|
|
$config: "%chill_person.accompanying_period_fields%"
|
|
tags:
|
|
- { name: form.type }
|