Skip to content

Commit

Permalink
enable addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubiidev-18 authored Feb 6, 2024
1 parent f817f25 commit ae225f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/addons/addons/custom-block-shape/_manifest_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const manifest = {
"link": "https://scratch.mit.edu/users/GarboMuffin/"
}
],
"enabledByDefault": false,
"enabledByDefault": true,
"dynamicDisable": true,
"userscripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/addons/addons/custom-block-text/_manifest_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ const manifest = {
}
],
"dynamicDisable": true,
"enabledByDefault": false
"enabledByDefault": true
};
export default manifest;
1 change: 1 addition & 0 deletions src/addons/addons/vol-slider/_manifest_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const manifest = {
}
],
"dynamicDisable": true,
"enabledByDefault": true,
"tags": [
"recommended",
"new"
Expand Down

0 comments on commit ae225f4

Please sign in to comment.