Skip to content

Commit b591f74

Browse files
authored
Merge pull request #372 from com-pas/feat/add-bay-typical-editor
feat: add bay typical editor plugin
2 parents fc27b83 + bf49a7c commit b591f74

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/com-pas/scl-bay-template
28+
branch = deploy

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 Template',
156+
src: '/external-plugins/scl-bay-template/scl-bay-template.js',
157+
icon: 'edit',
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 2d26e80

0 commit comments

Comments
 (0)