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