mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 17:54:24 +00:00
36 lines
966 B
YAML
36 lines
966 B
YAML
parameters:
|
|
# cl_chill_person.example.class: Chill\PersonBundle\Example
|
|
|
|
services:
|
|
Chill\DocStoreBundle\Repository\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: "../Repository/"
|
|
|
|
Chill\DocStoreBundle\Form\DocumentCategoryType:
|
|
class: Chill\DocStoreBundle\Form\DocumentCategoryType
|
|
arguments: ["%kernel.bundles%"]
|
|
tags:
|
|
- { name: form.type }
|
|
|
|
Chill\DocStoreBundle\Form\PersonDocumentType:
|
|
class: Chill\DocStoreBundle\Form\PersonDocumentType
|
|
autowire: true
|
|
autoconfigure: true
|
|
# arguments:
|
|
# - "@chill.main.helper.translatable_string"
|
|
tags:
|
|
- { name: form.type, alias: chill_docstorebundle_form_document }
|
|
|
|
Chill\DocStoreBundle\Security\Authorization\:
|
|
resource: "./../Security/Authorization"
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.role }
|
|
|
|
Chill\DocStoreBundle\Workflow\:
|
|
resource: './../Workflow/'
|
|
autoconfigure: true
|
|
autowire: true
|