Skip to content

Commit c5b6c49

Browse files
committed
feat: add scl-bay-template submodule
Signed-off-by: Nora Blomaard <[email protected]>
1 parent fc27b83 commit c5b6c49

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222
path = packages/external-plugins/oscd-designer
2323
url = https://github.com/OpenEnergyTools/oscd-designer
2424
branch = gh-pages
25+
[submodule "packages/external-plugins/scl-bay-template"]
26+
path = packages/external-plugins/scl-bay-template
27+
url = https://github.com/OpenEnergyTools/scl-bay-template
28+
branch = gh-pages

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@ export const officialPlugins = [
151151
kind: 'editor',
152152
requireDoc: true
153153
},
154+
{
155+
name: 'Bay Typical Editor',
156+
src: '/external-plugins/scl-bay-template/scl-bay-template.js',
157+
icon: 'copy_all',
158+
activeByDefault: false,
159+
kind: 'editor',
160+
requireDoc: true
161+
},
154162
{
155163
name: 'Open project',
156164
src: '/src/menu/CompasOpen.js',
Submodule scl-bay-template added at 4f9c93b

0 commit comments

Comments
 (0)