Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ede7aa5

Browse files
committed
clarify seo bundle inclusion. fix #643
1 parent cb3d83f commit ede7aa5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

quick_tour/the_third_party_bundles.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ There is also a SeoBundle. This bundle is build on top of the
9797
SonataSeoBundle_. It provides a way to extract SEO information from a document
9898
and to make SEO information editable using an admin.
9999

100-
To integrate the SeoBundle into the Standard Edition, you must register both
101-
bundles in the ``AppKernel``::
100+
To integrate the SeoBundle into the Standard Edition, you need to include it in
101+
your project with ``composer require symfony-cmf/seo-bundle`` and then register
102+
both the CMF and the Sonata bundle in the ``AppKernel``::
102103

103104
// app/AppKernel.php
104105

@@ -147,7 +148,7 @@ you can configure a default title:
147148

148149
The *default title* is configured under the ``sonata_seo`` extension, while
149150
the *standard title* is configured under the ``cmf_seo`` extension.
150-
151+
151152
The title is just one feature of the SeoBundle, it can extract and process a lot
152153
more SEO information.
153154

0 commit comments

Comments
 (0)