[DOCS] Preset single or list explanation

This commit is contained in:
Jesse Bannon 2022-11-15 08:59:21 -08:00
parent efb8ed5666
commit dfabe443d9

View file

@ -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 and ``parent_preset`` in that order. The bottom-most preset has the highest
priority. 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.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------