Extension Registry

Almost any UI in the Backoffice is an extension. All managed by the Extension Registry on the Client at Runtime. Giving you enourmes flexibility.

The Extensions Registry is your entry to extend or customize the Backoffice. Therefore, it is crucial to understand the abilities of the Extension Registry.

The extension registry is a global registry that can be accessed and changed at any time while Backoffice is running.

Each Extension Manifest has to declare its type. This is used to determine where it hooks into the system. It also looks at what data is required to declare within it.

Once you understand how to declare your own, you may want to replace or remove existing ones.

Last updated

Was this helpful?