Skip to content

Commit 1800be8

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: Fix the YAML syntax highlighting
2 parents 0e22aff + 5942c27 commit 1800be8

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
# config/services.yaml
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)