From 573fda2b83721f401a7bc930b8229dc4765daa35 Mon Sep 17 00:00:00 2001 From: ElectricMaxxx Date: Sat, 23 Sep 2017 19:41:12 +0200 Subject: [PATCH] reciepe for symfony-cmf/routing-bundle base reciepe for routing bundle including do not enable phpcr depending configuration by default add missing # do not add framework configuration re add templating configuration remove template configuration remove empty lines in configuration --- .../2.0/config/packages/cmf_routing_bundle.yaml | 11 +++++++++++ symfony-cmf/routing-bundle/2.0/manifest.json | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 symfony-cmf/routing-bundle/2.0/config/packages/cmf_routing_bundle.yaml create mode 100644 symfony-cmf/routing-bundle/2.0/manifest.json diff --git a/symfony-cmf/routing-bundle/2.0/config/packages/cmf_routing_bundle.yaml b/symfony-cmf/routing-bundle/2.0/config/packages/cmf_routing_bundle.yaml new file mode 100644 index 00000000..131825bc --- /dev/null +++ b/symfony-cmf/routing-bundle/2.0/config/packages/cmf_routing_bundle.yaml @@ -0,0 +1,11 @@ +# Read the documentation: https://symfony.com/doc/master/cmf/bundles/routing/configuration.html +# Install phpcr stack before using this configuration +#cmf_routing: +# chain: +# routers_by_id: +# cmf_routing.dynamic_router: 200 +# router.default: 100 +# dynamic: +# persistence: +# phpcr: +# enabled: true diff --git a/symfony-cmf/routing-bundle/2.0/manifest.json b/symfony-cmf/routing-bundle/2.0/manifest.json new file mode 100644 index 00000000..e1b99df6 --- /dev/null +++ b/symfony-cmf/routing-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}