This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ The only thing to do now is to insert the TwigHelper into your
93
93
template:
94
94
95
95
.. code-block :: html
96
+
96
97
<!-- app/Resources/views/base.html.twig -->
97
98
<html >
98
99
<head >
@@ -266,6 +267,7 @@ If you want to concatenate your documents values with the default ones you need
266
267
parameters in you translation target.
267
268
268
269
.. tip ::
270
+
269
271
If you does not what to open a translation file for two entry, just set
270
272
``Default title | %%content_title%% `` or ``Default description. %%content_description%%"
271
273
@@ -334,6 +336,7 @@ This value will cause a redirect to the url persisted in the ``originalUrl`` pro
334
336
The SeoMetadata contains a form type for your Symfony Form. Just create you form with the following key:
335
337
336
338
.. code-block :: php
339
+
337
340
$formBuilder
338
341
...
339
342
->add('seoMetadata', 'seo_metadata', array('label' => false));
@@ -374,6 +377,7 @@ For customizing the extraction process you have got the opportunity to create yo
374
377
Just by implementing the ``SeoExtractorInterface `` and tagging the service as ``cmf_seo.extractor ``
375
378
376
379
.. code-block :: xml
380
+
377
381
<?xml version =" 1.0" ?>
378
382
379
383
<container xmlns =" http://symfony.com/schema/dic/services"
You can’t perform that action at this time.
0 commit comments