File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
compas-open-scd/public/js Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2
2
path = packages/external-plugins/oscd-publisher
3
3
url = https://github.com/openenergytools/oscd-publisher
4
4
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
Original file line number Diff line number Diff line change @@ -97,6 +97,13 @@ export const officialPlugins = [
97
97
default : true ,
98
98
kind : 'editor' ,
99
99
} ,
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
+ } ,
100
107
{
101
108
name : 'Cleanup' ,
102
109
src : '/plugins/src/editors/Cleanup.js' ,
Original file line number Diff line number Diff line change @@ -107,6 +107,14 @@ export const officialPlugins = [
107
107
kind : 'editor' ,
108
108
requireDoc : true ,
109
109
} ,
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
+ } ,
110
118
{
111
119
name : 'Cleanup' ,
112
120
src : generatePluginPath ( 'plugins/src/editors/Cleanup.js' ) ,
You can’t perform that action at this time.
0 commit comments