Properties & Bases: Support multi-level YAML (Mapping of Mappings, nested attributes, )

Just one quick note here regarding bases.
It is possible to access nested attributes in formulas and filters using the dot notation.

parent:
  child1: a
  child2: b

parent.child1

8 Likes