Customize deprecated

Getting ready to develop your own plugins / apps

Customize

App Suite UI is designed to be extended and customized. Custom plugin code can be registered using manifests and will dynamically be loaded at runtime. Usually this is used to register extension points in order to inject new functionality or change existing behavior.

You can find some practical use-cases in the example plugin project.