Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub authored Feb 24, 2024
1 parent 60434db commit d130070
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,24 @@ export default [
/>
),
helpLink: 'https://scratch.mit.edu/vernier'
},
{
name: 'Hidden blocks',
extensionId: 'hiddenblocks',
collaborator: 'Prinky',
iconURL: gdxforIconURL,
insetIconURL: gdxforInsetIconURL,
description: (
<FormattedMessage
defaultMessage="Use hidden scratch blocks."
description="Use hidden scratch blocks"
id="gui.extension.hiddenblocks.description"
/>
),
featured: true,
disabled: false,
internetConnectionRequired: true,
bluetoothRequired: false,
helpLink: 'https://scratch.mit.edu/wedo'
}
];

0 comments on commit d130070

Please sign in to comment.