This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ The Twig Extension
144
144
The twig extension was added in SeoBundle 1.2.
145
145
146
146
This bundle provides a twig function ``cmf_seo_update_metadata ``
147
- which lets you set the object which should be used to populate
148
- the seo page. For details on using the twig extension, read :doc: `twig `.
147
+ which lets you populate the seo page from an object.
148
+ For details on using the twig extension, read :doc: `twig `.
149
149
150
150
Extracting Metadata
151
151
~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ Setting Seo Metadata from Twig
5
5
The twig extension was added in SeoBundle 1.2.
6
6
7
7
This bundle provides a twig function ``cmf_seo_update_metadata ``
8
- which lets you set the object which should be used to populate
9
- the seo page. For details on how populating the SEO page works,
10
- read :doc: `introduction `.
8
+ which lets you populate the seo page from an object.
9
+ For details on how populating the SEO page works, read :doc: `introduction `.
11
10
12
11
You must call this function in your twig template before the calls to
13
12
``sonata_seo_title `` and ``sonata_seo_metadatas `` functions. The
You can’t perform that action at this time.
0 commit comments