Skip to content

Commit

Permalink
chore: Add to plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Mar 11, 2025
1 parent 4d75cb2 commit 1f32e1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/compas-open-scd/public/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ export const officialPlugins = [
kind: 'editor',
requireDoc: true,
},
{
name: 'Template Generator',
src: '/external-plugins/oscd-template-generator/oscd-template-generator.js',
icon: 'copy_all',
activeByDefault: true,
kind: 'editor',
requireDoc: true,
},
{
name: 'Cleanup',
src: '/plugins/src/editors/Cleanup.js',
Expand Down

0 comments on commit 1f32e1c

Please sign in to comment.