Skip to content

Commit f8b81bf

Browse files
committed
feat: Add communication explorer
1 parent f683eef commit f8b81bf

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
path = packages/external-plugins/oscd-publisher
33
url = https://github.com/openenergytools/oscd-publisher
44
branch = gh-pages
5+
[submodule "packages/external-plugins/oscd-plugins"]
6+
path = packages/external-plugins/oscd-plugins
7+
url = https://github.com/sprinteins/oscd-plugins
8+
branch = gh-pages

packages/compas-open-scd/public/js/plugins.js

+7
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ export const officialPlugins = [
9797
default: true,
9898
kind: 'editor',
9999
},
100+
{
101+
name: 'Communication Explorer',
102+
src: '/external-plugins/oscd-plugins/communication-explorer/0.0.31/index.js',
103+
icon: 'lan',
104+
default: true,
105+
kind: 'editor',
106+
},
100107
{
101108
name: 'Cleanup',
102109
src: '/plugins/src/editors/Cleanup.js',
Submodule oscd-plugins added at 7f96ed2

packages/openscd/src/plugins.ts

+8
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ export const officialPlugins = [
107107
kind: 'editor',
108108
requireDoc: true,
109109
},
110+
{
111+
name: 'Communication Explorer',
112+
src: generatePluginPath('external-plugins/oscd-plugins/communication-explorer/0.0.31/index.js'),
113+
icon: 'lan',
114+
default: true,
115+
kind: 'editor',
116+
requireDoc: true,
117+
},
110118
{
111119
name: 'Cleanup',
112120
src: generatePluginPath('plugins/src/editors/Cleanup.js'),

0 commit comments

Comments
 (0)