[DOCS] Preset single or list explanation (#328)

This commit is contained in:
Jesse Bannon 2022-11-15 11:13:08 -08:00 committed by GitHub
parent d49cd95c08
commit ecaaeb694a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
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.
-------------------------------------------------------------------------------