Skip to content

Commit 72bd7d6

Browse files
committed
added result yml from example code
1 parent e9a9368 commit 72bd7d6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

components/config/definition.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,23 @@ with ``append()``::
395395
This is also useful to help you avoid repeating yourself if you have sections
396396
of the config that are repeated in different places.
397397

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+
398415
.. _component-config-normalization:
399416

400417
Normalization

0 commit comments

Comments
 (0)