mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
fix title/description default values
This commit is contained in:
@@ -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%%'
|
||||
|
||||
Reference in New Issue
Block a user