Closed covex-nn closed 6 years ago
do you need releases of this and the content-bundle? or can you test the flex recipes with the dev-master version?
I currently work on recipe for SonataPageBundle, that requires symfony-cmf/routing-bundle
. And i know, that you are working on 2.1 release of SymfonyCMF with Symfony4 support. So i just searched for a problems , i could help with, to make your release a little closer =) And i will test everything with master
version.
A
templating
service can be used only after manual configuration ofsymfony/framework-bundle
, so if another bundle use it, then it cannot have a recipe for Symfony Flex.To create a recipe for
sonata-project/block-bundle
a new servicesonata.templating
was created to replacetemplating
service, see https://github.com/sonata-project/SonataBlockBundle/pull/457 for details.sonata.templating
service can be used instead oftemplating
without activating Templating Component inconfig/packages/framework.yaml
. New service supports both template path notations (templating 'bundle:section:template.format.engine' ang twig namespacing syntax)All Sonata bundles, that use Templating Component already use
sonata.templating
service in current stable branches. Also, SonataBlock will usetwig
service directly only after new major release, see https://github.com/sonata-project/SonataBlockBundle/pull/476