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 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
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ) ,
You can’t perform that action at this time.
0 commit comments