mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
Merge branch 'signature-app-master' into 'master'
Signature app master Closes #307 See merge request Chill-Projet/chill-bundles!743
This commit is contained in:
@@ -32,11 +32,16 @@ services:
|
||||
- { name: twig.extension }
|
||||
|
||||
Chill\MainBundle\Templating\Entity\ChillEntityRenderExtension:
|
||||
arguments:
|
||||
$renders: !tagged_iterator chill.render_entity
|
||||
tags:
|
||||
- { name: twig.extension }
|
||||
|
||||
Chill\MainBundle\Templating\Entity\ChillEntityRenderManager:
|
||||
arguments:
|
||||
$renders: !tagged_iterator chill.render_entity
|
||||
|
||||
Chill\MainBundle\Templating\Entity\ChillEntityRenderManagerInterface:
|
||||
alias: 'Chill\MainBundle\Templating\Entity\ChillEntityRenderManager'
|
||||
|
||||
Chill\MainBundle\Templating\Entity\CommentRender:
|
||||
tags:
|
||||
- { name: 'chill.render_entity' }
|
||||
@@ -53,6 +58,10 @@ services:
|
||||
|
||||
Chill\MainBundle\Templating\Entity\UserRender: ~
|
||||
|
||||
Chill\MainBundle\Templating\Entity\UserGroupRender: ~
|
||||
Chill\MainBundle\Templating\Entity\UserGroupRenderInterface:
|
||||
alias: Chill\MainBundle\Templating\Entity\UserGroupRender
|
||||
|
||||
Chill\MainBundle\Templating\Listing\:
|
||||
resource: './../../Templating/Listing'
|
||||
|
||||
|
Reference in New Issue
Block a user