Skip to content

Commit 01f9d98

Browse files
authored
feat: add template update plugin
feat: add template update plugin
2 parents c439cb9 + fc61933 commit 01f9d98

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
@@ -14,3 +14,7 @@
1414
path = packages/external-plugins/oscd-template-generator
1515
url = https://github.com/OpenEnergyTools/oscd-template-generator
1616
branch = deploy
17+
[submodule "packages/external-plugins/scl-template-update"]
18+
path = packages/external-plugins/scl-template-update
19+
url = https://github.com/OpenEnergyTools/scl-template-update
20+
branch = deploy

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ export const officialPlugins = [
143143
kind: 'editor',
144144
requireDoc: true
145145
},
146+
{
147+
name: 'Template Update',
148+
src: '/external-plugins/scl-template-update/scl-template-update.js',
149+
icon: 'copy_all',
150+
activeByDefault: false,
151+
kind: 'editor',
152+
requireDoc: true
153+
},
146154
{
147155
name: 'Open project',
148156
src: '/src/menu/CompasOpen.js',
Submodule scl-template-update added at 8f587d0

0 commit comments

Comments
 (0)