diff --git a/components/config/definition.rst b/components/config/definition.rst index 27beb52e4d6..3dcd161cbd2 100644 --- a/components/config/definition.rst +++ b/components/config/definition.rst @@ -395,6 +395,47 @@ with ``append()``:: This is also useful to help you avoid repeating yourself if you have sections of the config that are repeated in different places. +The example results in the following: + +.. configuration-block:: + + .. code-block:: yaml + + database: + connection: + driver: ~ # Required + host: localhost + username: ~ + password: ~ + memory: false + parameters: # Required + + # Prototype + name: + value: ~ # Required + + .. code-block:: xml + + + + + + + + + + + + .. _component-config-normalization: Normalization