Handbook · Hierarchical categories
Cookbook: hierarchical categories
Where in the UI. Structure: categoryDef nodes. Connect parentDef → childDef. Properties hang on the owner.
- Create category “Vehicle” with property “License plate” (text).
- Create child “Car” with property “Doors” (integer) only — do not copy License plate.
- categoryRef the child (or the parent) on the element as your product needs.
- On a layout, bind plate using categoryId of Vehicle, and doors using Car.
Users who assign Car still have a plate field, because ancestors are included at runtime.