Skip to content

Commit

Permalink
Addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubiidev-18 authored Feb 6, 2024
1 parent ed4d3dc commit f817f25
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/addons/addons/custom-block-shape/_manifest_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const manifest = {
"id": "paddingSize",
"type": "integer",
"min": 50,
"default": 100,
"default": 75,
"max": 200
},
{
Expand All @@ -51,7 +51,7 @@ const manifest = {
"id": "cornerSize",
"type": "integer",
"min": 0,
"default": 100,
"default": 0,
"max": 300
},
{
Expand All @@ -60,7 +60,7 @@ const manifest = {
"id": "notchSize",
"type": "integer",
"min": 0,
"default": 100,
"default": 85,
"max": 150
}
],
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 @@ -36,7 +36,7 @@ const manifest = {
"name": "Bold text",
"id": "bold",
"type": "boolean",
"default": false
"default": true
},
{
"dynamic": true,
Expand Down
2 changes: 1 addition & 1 deletion src/addons/addons/tw-remove-backpack/_manifest_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ const manifest = {
"danger"
],
"dynamicDisable": true,
"enabledByDefault": false
"enabledByDefault": true
};
export default manifest;
2 changes: 1 addition & 1 deletion src/addons/addons/vol-slider/_manifest_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const manifest = {
"type": "integer",
"min": 0,
"max": 100,
"default": 100
"default": 78
}
],
"dynamicDisable": true,
Expand Down

0 comments on commit f817f25

Please sign in to comment.