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 e9a9368 commit 72bd7d6Copy full SHA for 72bd7d6
components/config/definition.rst
@@ -395,6 +395,23 @@ with ``append()``::
395
This is also useful to help you avoid repeating yourself if you have sections
396
of the config that are repeated in different places.
397
398
+The example results in the following:
399
+
400
+.. code-block:: yaml
401
402
+ database:
403
+ connection:
404
+ driver: ~ # Required
405
+ host: localhost
406
+ username: ~
407
+ password: ~
408
+ memory: false
409
+ parameters: # Required
410
411
+ # Prototype
412
+ name:
413
+ value: ~ # Required
414
415
.. _component-config-normalization:
416
417
Normalization
0 commit comments