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

Commit 27034f4

Browse files
ElectricMaxxxwouterj
authored andcommitted
fix code blocks
1 parent c57f8ca commit 27034f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bundles/seo/introduction.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The only thing to do now is to insert the TwigHelper into your
9393
template:
9494

9595
.. code-block:: html
96+
9697
<!-- app/Resources/views/base.html.twig -->
9798
<html>
9899
<head>
@@ -266,6 +267,7 @@ If you want to concatenate your documents values with the default ones you need
266267
parameters in you translation target.
267268

268269
.. tip::
270+
269271
If you does not what to open a translation file for two entry, just set
270272
``Default title | %%content_title%%`` or ``Default description. %%content_description%%"
271273
@@ -334,6 +336,7 @@ This value will cause a redirect to the url persisted in the ``originalUrl`` pro
334336
The SeoMetadata contains a form type for your Symfony Form. Just create you form with the following key:
335337

336338
.. code-block:: php
339+
337340
$formBuilder
338341
...
339342
->add('seoMetadata', 'seo_metadata', array('label' => false));
@@ -374,6 +377,7 @@ For customizing the extraction process you have got the opportunity to create yo
374377
Just by implementing the ``SeoExtractorInterface`` and tagging the service as ``cmf_seo.extractor``
375378

376379
.. code-block:: xml
380+
377381
<?xml version="1.0" ?>
378382
379383
<container xmlns="http://symfony.com/schema/dic/services"

0 commit comments

Comments
 (0)