Skip to content

Commit

Permalink
ref: disable plugin store by default
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Feb 18, 2025
1 parent bf297cc commit 507039d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/openscd/src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ export const officialPlugins: PluginConfig[] = [
position: 'top',
},
{
name: 'Plugin Store',
name: 'Plugin Store (Beta)',
src: 'https://sprinteins.github.io/oscd-plugin-store/index.js',
icon: 'create_new_folder',
activeByDefault: true,
icon: 'shopping_bag',
activeByDefault: false,
kind: 'menu',
requireDoc: false,
position: 'bottom',
Expand Down

0 comments on commit 507039d

Please sign in to comment.