mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
add a render template for entity ThirdParty
This commit is contained in:
@@ -4,4 +4,5 @@ imports:
|
||||
- { resource: './services/security.yml' }
|
||||
- { resource: './services/3partytype.yml' }
|
||||
- { resource: './services/search.yml' }
|
||||
- { resource: './services/templating.yml' }
|
||||
- { resource: './services/menu.yml' }
|
||||
|
6
Resources/config/services/templating.yml
Normal file
6
Resources/config/services/templating.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
Chill\ThirdPartyBundle\Templating\Entity\ThirdPartyRender:
|
||||
arguments:
|
||||
$templating: '@templating.engine.twig'
|
||||
tags:
|
||||
- 'chill.render_entity'
|
Reference in New Issue
Block a user