From 18dc0ba641b6fffa158192aa6b120e5621e705a0 Mon Sep 17 00:00:00 2001 From: ElectricMaxxx Date: Sat, 9 Sep 2017 10:50:57 +0200 Subject: [PATCH] fix title/description default values --- .../seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml b/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml index 69ec3a06..880b0016 100644 --- a/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml +++ b/symfony-cmf/seo-bundle/2.0/config/packages/cmf_seo_bundle.yaml @@ -1,7 +1,6 @@ # Read the documentation: https://symfony.com/doc/master/cmf/bundles/seo/configuration.html cmf_seo: persistence: - phpcr: - enabled: true - title: %%content_title%% | Symfony2 CMF - description: The Symfony2 Content Management Framework. %%content_description%% + phpcr: ~ + title: '%%content_title%% | Insert your base Title' + description: 'Insert you base description here. %%content_description%%'