We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d72a1f commit f36547fCopy full SHA for f36547f
cookbook/bundles/installation.rst
@@ -119,15 +119,15 @@ of the bundle's configuration:
119
120
The output will look like this:
121
122
-.. code-block:: text
+.. code-block:: yaml
123
124
assetic:
125
- debug: %kernel.debug%
+ debug: '%kernel.debug%'
126
use_controller:
127
- enabled: %kernel.debug%
+ enabled: '%kernel.debug%'
128
profiler: false
129
- read_from: %kernel.root_dir%/../web
130
- write_to: %assetic.read_from%
+ read_from: '%kernel.root_dir%/../web'
+ write_to: '%assetic.read_from%'
131
java: /usr/bin/java
132
node: /usr/local/bin/node
133
node_paths: []
0 commit comments