diff --git a/bundles/seo/configuration.rst b/bundles/seo/configuration.rst
index ae1e3ef6..fe2da9c7 100644
--- a/bundles/seo/configuration.rst
+++ b/bundles/seo/configuration.rst
@@ -20,10 +20,11 @@ phpcr
# app/config/config.yml
cmf_seo:
- persistence:
- phpcr:
- enabled: false
- manager_name: ~
+ dynamic:
+ persistence:
+ phpcr:
+ enabled: false
+ manager_name: ~
.. code-block:: xml
@@ -31,22 +32,26 @@ phpcr
-
-
-
+
+
+
+
+
.. code-block:: php
$container->loadFromExtension('cmf_seo', array(
- 'persistence' => array(
- 'phpcr' => array(
- 'enabled' => false,
- 'manager_name' => null,
+ 'dynamic' => array(
+ 'persistence' => array(
+ 'phpcr' => array(
+ 'enabled' => false,
+ 'manager_name' => null,
+ ),
),
),
));
@@ -67,7 +72,7 @@ translation_domain
**type**: ``string`` **default**: ``messages``
The translation domain to use when translating the title and description
-template. See :ref:`bundles-seo-title-description-template` for more
+template. See :ref:`bundles-seo-title-description-emplate` for more
information.
@@ -76,7 +81,7 @@ title
**type**: ``string`` **default**: ``null``
-The title template, read :ref:`here `
+The title template, read :ref:`here `
about the usage.
description
@@ -84,7 +89,7 @@ description
**type**: ``string`` **default**: ``null``
-The description template, read :ref:`here `
+The description template, read :ref:`here `
about the usage.
original_route_pattern
diff --git a/bundles/seo/extractors.rst b/bundles/seo/extractors.rst
index 770d60fa..f6ba2155 100644
--- a/bundles/seo/extractors.rst
+++ b/bundles/seo/extractors.rst
@@ -33,7 +33,7 @@ Available Extractors
.. note::
- The interfaces live in the ``Symfony\Cmf\Bundle\SeoBundle\Extractor``
+ The interfaces life in the ``Symfony\Cmf\Bundle\SeoBundle\Extractor``
namespace.
An Example
diff --git a/bundles/seo/introduction.rst b/bundles/seo/introduction.rst
index 9de7c456..ae61706e 100644
--- a/bundles/seo/introduction.rst
+++ b/bundles/seo/introduction.rst
@@ -81,7 +81,7 @@ The only thing to do now is to use the twig helper in your templates: