add a render template for entity ThirdParty

This commit is contained in:
2020-01-23 21:10:33 +01:00
parent 5bc1a1a7b2
commit b761c8a21d
7 changed files with 137 additions and 47 deletions

View File

@@ -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' }

View File

@@ -0,0 +1,6 @@
services:
Chill\ThirdPartyBundle\Templating\Entity\ThirdPartyRender:
arguments:
$templating: '@templating.engine.twig'
tags:
- 'chill.render_entity'