Extensions
Manage custom extensions to the Management Dashboard.
Last updated
Was this helpful?
Manage custom extensions to the Management Dashboard.
Last updated
Was this helpful?
Use the Extensions section to manage your custom extensions to Emporix system. For example, if you have your custom module for the Emporix Management Dashboard, you can manage the connection here.
You can add your extension in two ways:
By providing the extension URL, the extension is displayed in an iFrame.
By providing a URL to a remote JS file, the extension is built from the components.
Go to Administration -> Extensions and choose Add extension.
Provide your extension's name and URL
Save your extension.
The added extension is connected and you can also see it embedded in the Extensions module.
When your extension is ready to use, add it to the Management Dashboard:
Go to Administration -> Extensions and choose Add extension.
Provide your extension's name.
Turn the Module toggle ON.
Save your extension.
The added extension is connected and you can also see it embedded in the Extensions module.
In Administration -> Extensions, find the extension to be deleted on the list.
Choose the Delete icon.
The connection gets removed and the extension is no longer available under the Extensions module.
As a prerequisite, you have to configure your extension to be able to display it in the Emporix Management Dashboard. To learn how to do it, see .
Sample extensions are available in the repository.
As a prerequisite, you have to configure your extension to be able to display it in the Emporix Management Dashboard. You can use the repository to build the extension:
Fork the repository and follow the installation steps in the file.
Add your js
module file URL.
In the example below the file name is remoteEntry.js
. Make sure the name of your file is always reflected in the file of the module template.