Skip to content

Commit

Permalink
Add template generator plugin as default
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz authored Jun 29, 2024
1 parent f2f7d7d commit a5c5e5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/open-scd/public/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ export const officialPlugins = [
default: true,
kind: 'editor',
},
{
name: 'Template Generator',
src: 'https://sprinteins.github.io/oscd-template-generator/oscd-template-generator.js',
icon: 'account_tree',
default: true,
kind: 'editor',
},
{
name: 'Substation',
src: '/src/editors/Substation.js',
Expand Down

0 comments on commit a5c5e5d

Please sign in to comment.