mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
14 lines
568 B
YAML
14 lines
568 B
YAML
services:
|
|
chill_person.widget.person_list:
|
|
class: Chill\PersonBundle\Widget\PersonListWidget
|
|
arguments:
|
|
- "@chill.person.repository.person"
|
|
- "@doctrine.orm.entity_manager"
|
|
- "@chill.main.security.authorization.helper"
|
|
- "@security.token_storage"
|
|
# this widget is defined by the PersonListWidgetFactory
|
|
|
|
chill_person.widget.add_person:
|
|
class: Chill\PersonBundle\Widget\AddAPersonWidget
|
|
tags:
|
|
- { name: chill_widget, alias: add_person, place: homepage } |