From 2a7d6a85a3a542f159c367dda5c0536bbdedfac8 Mon Sep 17 00:00:00 2001 From: "Andrey F. Mindubaev" Date: Mon, 23 Apr 2018 17:27:47 +0300 Subject: [PATCH] Use sonata.templating service from SonataBlockBundle (#282) --- composer.json | 2 +- src/Resources/config/menu.xml | 2 +- src/Resources/config/services.xml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c48567df..9546469d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0", "doctrine/phpcr-bundle": "^1.4|^2.0", "doctrine/phpcr-odm": "^1.4.2|^2.0", - "sonata-project/block-bundle": "^3.3", + "sonata-project/block-bundle": "^3.11", "symfony-cmf/core-bundle": "^2.0" }, "require-dev": { diff --git a/src/Resources/config/menu.xml b/src/Resources/config/menu.xml index 86628483..bd62faff 100644 --- a/src/Resources/config/menu.xml +++ b/src/Resources/config/menu.xml @@ -9,7 +9,7 @@ cmf.block.reference - + diff --git a/src/Resources/config/services.xml b/src/Resources/config/services.xml index e37d1c55..885c820d 100644 --- a/src/Resources/config/services.xml +++ b/src/Resources/config/services.xml @@ -9,19 +9,19 @@ cmf.block.simple - + cmf.block.string - + cmf.block.container - + @@ -29,7 +29,7 @@ cmf.block.reference - + @@ -38,14 +38,14 @@ cmf.block.action - + cmf.block.slideshow - + CmfBlockBundle:Block:block_slideshow.html.twig