replacing delegated_block api by widget api

This commit is contained in:
2016-09-18 23:55:15 +02:00
parent 812aeac3d7
commit a3e7c60e01
14 changed files with 1147 additions and 108 deletions

View File

@@ -58,8 +58,8 @@ services:
tags:
- { name: twig.extension }
chill.main.twig.delegated_block:
class: Chill\MainBundle\Templating\DelegatedBlockRenderingTwig
chill.main.twig.widget:
class: Chill\MainBundle\Templating\Widget\WidgetRenderingTwig
arguments:
- "@event_dispatcher"
tags: