TODO: This needs elaboration..
Add-ons are similar to Plugins in that they can use the core-layer to traverse a model. But whereas plugins are executed on demand (in the browser or on the server), add-ons are constantly running on the server and listens to updates on the registered project and branch.
- Set the flag
config.addOn.enable
totrue
(by default it isfalse
). - Make sure
./src/addon/core
is inconfig.addOn.basePaths
(by default it is). - In an open project, select the root-node and add e.g.
ConstraintAddOn
tousedAddOns
underMETA
in theProperty Editor
. - For
ConstraintAddOn
add constraints to the meta types in theMETA Editor
.