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.
2 parents ceeb1b2 + 9108c4b commit b60780eCopy full SHA for b60780e
components/config/definition.rst
@@ -325,6 +325,11 @@ The separator used in keys is typically ``_`` in Yaml and ``-`` in XML. For
325
example, ``auto_connect`` in Yaml and ``auto-connect``. The normalization would
326
make both of these ``auto_connect``.
327
328
+.. caution::
329
+
330
+ The target key will not be altered if it's mixed like
331
+ ``foo-bar_moo`` or if it already exists.
332
333
Another difference between Yaml and XML is in the way arrays of values may
334
be represented. In Yaml you may have:
335
0 commit comments