Skip to content

Commit 290ff06

Browse files
committed
Merge branch 'main' into chore/sync-with-upstream
2 parents 6a2fef0 + a20d7ee commit 290ff06

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
path = packages/external-plugins/oscd-plugins
77
url = https://github.com/sprinteins/oscd-plugins
88
branch = gh-pages
9+
[submodule "packages/external-plugins/oscd-subscriber-later-binding"]
10+
path = packages/external-plugins/oscd-subscriber-later-binding
11+
url = https://github.com/danyill/oscd-subscriber-later-binding
12+
branch = gh-pages

packages/compas-open-scd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compas-open-scd",
3-
"version": "0.36.0-3",
3+
"version": "0.36.0-4",
44
"repository": "https://github.com/openscd/open-scd.git",
55
"description": "OpenSCD CoMPAS Edition",
66
"directory": "packages/compas-open-scd",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ export const officialPlugins = [
127127
kind: 'editor',
128128
requireDoc: true,
129129
},
130+
{
131+
name: 'Subscribe (Later Binding)',
132+
src: '/external-plugins/oscd-subscriber-later-binding/oscd-subscriber-later-binding.js',
133+
icon: 'link',
134+
default: false,
135+
kind: 'editor',
136+
},
130137
{
131138
name: 'Open project',
132139
src: '/src/menu/CompasOpen.js',

0 commit comments

Comments
 (0)