Skip to content

Commit

Permalink
[Config][Normalization] added a tip about altered keys
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad committed Mar 17, 2013
1 parent 7199787 commit 8239b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/config/definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ The separator used in keys is typically ``_`` in Yaml and ``-`` in XML. For
example, ``auto_connect`` in Yaml and ``auto-connect``. The normalization would
make both of these ``auto_connect``.

.. tip::

The target key will not be altered if it's mixed like ``foo-bar_moo`` or if it already exists.

Another difference between Yaml and XML is in the way arrays of values may
be represented. In Yaml you may have:

Expand Down

0 comments on commit 8239b2f

Please sign in to comment.