mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 20:16:14 +00:00
16 lines
576 B
YAML
16 lines
576 B
YAML
services:
|
|
|
|
Chill\PersonBundle\Form\PersonType:
|
|
arguments:
|
|
- '%chill_person.person_fields%'
|
|
- '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
|
tags:
|
|
- { name: form.type, alias: '@chill.person.form.person_creation' }
|
|
|
|
Chill\PersonBundle\Form\CreationPersonType:
|
|
arguments:
|
|
- '@chill.main.form.data_transformer.center_transformer'
|
|
- '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
|
tags:
|
|
- { name: form.type, alias: '@chill.main.form.person_creation' }
|