We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a56120 commit ddbfd2aCopy full SHA for ddbfd2a
packages/openscd/src/plugins.ts
@@ -3,6 +3,15 @@ export function generatePluginPath(plugin: string): string {
3
}
4
5
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
15
{
16
name: 'IED',
17
src: generatePluginPath('plugins/src/editors/IED.js'),
0 commit comments