[DOCS] Preset single or list explanation (#328)
This commit is contained in:
parent
d49cd95c08
commit
ecaaeb694a
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,9 @@ In this example, ``child_preset`` will inherit all fields from ``custom_preset``
|
|||
and ``parent_preset`` in that order. The bottom-most preset has the highest
|
||||
priority.
|
||||
|
||||
If you are only inheriting from one preset, the syntax ``preset: "parent_preset"`` is
|
||||
valid YAML. Inheriting from multiple presets require use of a list.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue