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.enabletotrue(by default it isfalse). - Make sure
./src/addon/coreis inconfig.addOn.basePaths(by default it is). - In an open project, select the root-node and add e.g.
ConstraintAddOntousedAddOnsunderMETAin theProperty Editor. - For
ConstraintAddOnadd constraints to the meta types in theMETA Editor.