Skip to content

Commit

Permalink
feat: Add communication explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Jan 30, 2025
1 parent f683eef commit f8b81bf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
path = packages/external-plugins/oscd-publisher
url = https://github.com/openenergytools/oscd-publisher
branch = gh-pages
[submodule "packages/external-plugins/oscd-plugins"]
path = packages/external-plugins/oscd-plugins
url = https://github.com/sprinteins/oscd-plugins
branch = gh-pages
7 changes: 7 additions & 0 deletions packages/compas-open-scd/public/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ export const officialPlugins = [
default: true,
kind: 'editor',
},
{
name: 'Communication Explorer',
src: '/external-plugins/oscd-plugins/communication-explorer/0.0.31/index.js',
icon: 'lan',
default: true,
kind: 'editor',
},
{
name: 'Cleanup',
src: '/plugins/src/editors/Cleanup.js',
Expand Down
1 change: 1 addition & 0 deletions packages/external-plugins/oscd-plugins
Submodule oscd-plugins added at 7f96ed
8 changes: 8 additions & 0 deletions packages/openscd/src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ export const officialPlugins = [
kind: 'editor',
requireDoc: true,
},
{
name: 'Communication Explorer',
src: generatePluginPath('external-plugins/oscd-plugins/communication-explorer/0.0.31/index.js'),
icon: 'lan',
default: true,
kind: 'editor',
requireDoc: true,
},
{
name: 'Cleanup',
src: generatePluginPath('plugins/src/editors/Cleanup.js'),
Expand Down

0 comments on commit f8b81bf

Please sign in to comment.