From 1edb3cae8e30fd721cb01f79f77f376231b64b96 Mon Sep 17 00:00:00 2001 From: Sebastian Eicke Date: Sat, 7 Dec 2024 08:58:45 +0100 Subject: [PATCH] Back to Plugin wording /2 --- README.md | 2 +- aas-web-ui/.gitignore | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c06553b..53e82829 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ See examples in the [basyx-java-server-sdk](https://github.com/eclipse-basyx/bas The BaSyx-UI includes a Feature to develop your own Plugins. They can be used to display and interact with a Submodel (and/or SubmodelElements). -Plugin will be displayed in the `Visualization`-Part of the UI. In order for Plugin to be loaded, a Submodel(Element) has to have a SemanticID which matches with the configured `semanticId` of the desired Plugin. The configuration of a Plugin `semanticId`can be done via a string (e.g. `'http://hello.world.de/plugin_submodel'`) or via an array for multiple SemanticIds (e.g. `['http://hello.world.de/plugin_submodel', 'http://hello.world.de/plugin_property']`) +Plugins will be displayed in the `Visualization`-Part of the UI. In order for Plugins to be loaded, a Submodel(Element) has to have a SemanticID which matches with the configured `semanticId` of the desired Plugin. The configuration of a Plugin `semanticId`can be done via a string (e.g. `'http://hello.world.de/plugin_submodel'`) or via an array for multiple SemanticIds (e.g. `['http://hello.world.de/plugin_submodel', 'http://hello.world.de/plugin_property']`) To include your own Plugins, you have to create a Vue.js Component and add it to the `UserPlugins`-Folder in the `aas-web-ui/src`-Directory. The Plugin will then be automatically loaded and displayed in the UI. diff --git a/aas-web-ui/.gitignore b/aas-web-ui/.gitignore index 6bd4bf94..f19186b5 100644 --- a/aas-web-ui/.gitignore +++ b/aas-web-ui/.gitignore @@ -1,7 +1,6 @@ .DS_Store node_modules /dist -/src/UserVisualizations/* # local env files .env.local @@ -20,6 +19,4 @@ pnpm-debug.log* *.ntvs* *.njsproj *.sln -*.sw? - -!/src/UserVisualizations/HelloWorldVisualization.vue +*.sw? \ No newline at end of file