Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70dc9fa

Browse filesBrowse files
author
Henry Snoek
committed
use single quotes for YAML strings
1 parent 79b59a0 commit 70dc9fa
Copy full SHA for 70dc9fa

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎templating/namespaced_paths.rst

Copy file name to clipboardExpand all lines: templating/namespaced_paths.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ directory:
4646
twig:
4747
# ...
4848
paths:
49-
"%kernel.root_dir%/../vendor/acme/foo-bar/templates": foo_bar
49+
'%kernel.root_dir%/../vendor/acme/foo-bar/templates': foo_bar
5050
5151
.. code-block:: xml
5252
@@ -103,9 +103,9 @@ specific template doesn't exist.
103103
twig:
104104
# ...
105105
paths:
106-
"%kernel.root_dir%/../vendor/acme/themes/theme1": theme
107-
"%kernel.root_dir%/../vendor/acme/themes/theme2": theme
108-
"%kernel.root_dir%/../vendor/acme/themes/common": theme
106+
'%kernel.root_dir%/../vendor/acme/themes/theme1': theme
107+
'%kernel.root_dir%/../vendor/acme/themes/theme2': theme
108+
'%kernel.root_dir%/../vendor/acme/themes/common': theme
109109
110110
.. code-block:: xml
111111

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.