Skip to content

Commit 5942c27

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: Fix the YAML syntax highlighting
2 parents 5471717 + e8fe1e8 commit 5942c27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

console/request_context.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ will override the defaults.
3333
3434
# app/config/parameters.yml
3535
parameters:
36-
router.request_context.host: example.org
37-
router.request_context.scheme: https
38-
router.request_context.base_url: my/path
39-
asset.request_context.base_path: %router.request_context.base_url%
36+
router.request_context.host: 'example.org'
37+
router.request_context.scheme: 'https'
38+
router.request_context.base_url: 'my/path'
39+
asset.request_context.base_path: '%router.request_context.base_url%'
4040
asset.request_context.secure: true
4141
4242
.. code-block:: xml

0 commit comments

Comments
 (0)