|
9 | 9 | <service id="cmf.block.simple" class="Symfony\Cmf\Bundle\BlockBundle\Block\SimpleBlockService">
|
10 | 10 | <tag name="sonata.block" />
|
11 | 11 | <argument>cmf.block.simple</argument>
|
12 |
| - <argument type="service" id="templating" /> |
| 12 | + <argument type="service" id="sonata.templating" /> |
13 | 13 | </service>
|
14 | 14 |
|
15 | 15 | <service id="cmf.block.string" class="Symfony\Cmf\Bundle\BlockBundle\Block\StringBlockService">
|
16 | 16 | <tag name="sonata.block" />
|
17 | 17 | <argument>cmf.block.string</argument>
|
18 |
| - <argument type="service" id="templating" /> |
| 18 | + <argument type="service" id="sonata.templating" /> |
19 | 19 | </service>
|
20 | 20 |
|
21 | 21 | <service id="cmf.block.container" class="Symfony\Cmf\Bundle\BlockBundle\Block\ContainerBlockService">
|
22 | 22 | <tag name="sonata.block" />
|
23 | 23 | <argument>cmf.block.container</argument>
|
24 |
| - <argument type="service" id="templating" /> |
| 24 | + <argument type="service" id="sonata.templating" /> |
25 | 25 | <argument type="service" id="sonata.block.renderer" />
|
26 | 26 | <argument/><!-- for template construct -->
|
27 | 27 | </service>
|
28 | 28 |
|
29 | 29 | <service id="cmf.block.reference" class="Symfony\Cmf\Bundle\BlockBundle\Block\ReferenceBlockService">
|
30 | 30 | <tag name="sonata.block" />
|
31 | 31 | <argument>cmf.block.reference</argument>
|
32 |
| - <argument type="service" id="templating" /> |
| 32 | + <argument type="service" id="sonata.templating" /> |
33 | 33 | <argument type="service" id="sonata.block.renderer" />
|
34 | 34 | <argument type="service" id="sonata.block.context_manager" />
|
35 | 35 | </service>
|
|
38 | 38 | <tag name="sonata.block" />
|
39 | 39 | <argument type="service" id="request_stack" />
|
40 | 40 | <argument>cmf.block.action</argument>
|
41 |
| - <argument type="service" id="templating" /> |
| 41 | + <argument type="service" id="sonata.templating" /> |
42 | 42 | <argument type="service" id="fragment.handler" />
|
43 | 43 | </service>
|
44 | 44 |
|
45 | 45 | <service id="cmf.block.slideshow" class="Symfony\Cmf\Bundle\BlockBundle\Block\ContainerBlockService">
|
46 | 46 | <tag name="sonata.block" />
|
47 | 47 | <argument>cmf.block.slideshow</argument>
|
48 |
| - <argument type="service" id="templating" /> |
| 48 | + <argument type="service" id="sonata.templating" /> |
49 | 49 | <argument type="service" id="sonata.block.renderer" />
|
50 | 50 | <argument>CmfBlockBundle:Block:block_slideshow.html.twig</argument>
|
51 | 51 | </service>
|
|
0 commit comments