From 213e6499a24930ede4421272d68dbb96b241297f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik=20Na=CC=88ther?= Date: Mon, 5 Dec 2022 10:20:41 +0100 Subject: [PATCH] Updated README --- ax-ui-hubconnector-microfrontend/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ax-ui-hubconnector-microfrontend/README.md b/ax-ui-hubconnector-microfrontend/README.md index 1232da8..76e6e6f 100644 --- a/ax-ui-hubconnector-microfrontend/README.md +++ b/ax-ui-hubconnector-microfrontend/README.md @@ -11,6 +11,19 @@ The Cumulocity IoT ADAMOS Hub Connector provides 2-way synchronization of device ** Events from Hub ** Settings +## Micro Frontend Plugin + +This project was created using the widget-plugin template from c8ycli. This means you can build and deploy this project as plugin and add it's functionality to any existing app on the tenant. As the current plugin approach does not support internationalization, the package.json is still configured to build as standalone app and not as plugin. If you want to revert that, simply change +``` + "isPackage": false, + "noAppSwitcher": false, +``` +to +``` + "isPackage": true, + "noAppSwitcher": true, +``` + ## API Documentation The OpenAPI specification of the Connector API is listed here: https://github.com/SoftwareAG/c8y-adamos-hub-connector/blob/main/hubconnector-oas.json