Skip to content

Commit ddbfd2a

Browse files
committed
wip(core): add type-designer as official plugin in the meantime to unlock tests
1 parent 9a56120 commit ddbfd2a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/openscd/src/plugins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ export function generatePluginPath(plugin: string): string {
33
}
44

55
export const officialPlugins = [
6+
// start adding this temporary waiting to fix issue https://github.com/openscd/open-scd/issues/1622
7+
{
8+
name: 'Type Designer',
9+
src: 'https://sprinteins.github.io/oscd-plugins/type-designer/index.js',
10+
icon: 'design_services',
11+
default: true,
12+
kind: 'editor',
13+
},
14+
// end
615
{
716
name: 'IED',
817
src: generatePluginPath('plugins/src/editors/IED.js'),

0 commit comments

Comments
 (0)