Enabling plugins
A collection of plugins has been developed for PreBilt EWM and are available within the PreBilt EWM frontend.
Analytics
Gamification
Images
Messaging
Receiving App
The frontend components of these extensions are contained in the /webapp/extensions folder of the main repository. The plugins are not active by default and need to be enabled for local testing and deployment separately.
The README.md file in each plugin folder contains the configuration settings to add.
Enabling a plugin for local testing
Plugins can be enabled for local testing by adding them to the plugins object in the settings.json file. When testing the application locally via the ui5 serve command the plugins added here will be loaded.

Enabling a plugin for deployment
Plugins can be enabled for deployment by adding the required configuration under the [plugins] section in the deploy.conf file. The build process will include the extensions contained here.

Last updated
Was this helpful?