Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66fd357

Browse files
Minor tweaks
1 parent af245fc commit 66fd357

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/configuration/twig.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ default_path
347347
**type**: ``string`` **default**: ``'%kernel.project_dir%/templates'``
348348

349349
.. versionadded:: 3.4
350-
351350
The ``default_path`` option was introduced in Symfony 3.4.
352351

353352
The default directory where Symfony will look for Twig templates.
@@ -364,9 +363,9 @@ in addition to the default locations. Symfony looks for the templates in the
364363
following order:
365364

366365
1. The directories defined in this option;
367-
2. The ``Resources/views/`` directories of the bundles used in the application.
366+
2. The ``Resources/views/`` directories of the bundles used in the application;
368367
3. The ``src/Resources/views/`` directory of the application;
369-
4. The directory defined in the ``default_path`` option;
368+
4. The directory defined in the ``default_path`` option.
370369

371370
The values of the ``paths`` option are defined as ``key: value`` pairs where the
372371
``value`` part can be ``null``. For example:

0 commit comments

Comments
 (0)