Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6396da3

Browse files
committed
Fixed example parameters with mixed INI and Yaml.
1 parent1b236fb commit6396da3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎cookbook/templating/global_variables.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Now, the variable ``ga_tracking`` is available in all Twig templates:
2424
It's that easy! You can also take advantage of the built-in:ref:`book-service-container-parameters`
2525
system, which lets you isolate or reuse the value:
2626

27-
..code-block::ini
27+
..code-block::yaml
2828
29-
; app/config/parameters.yml
30-
[parameters]
29+
# app/config/parameters.yml
30+
parameters:
3131
ga_tracking:UA-xxxxx-x
3232
3333
..code-block::yaml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp