Skip to content

Commit

Permalink
Added Border & Spacing Controls Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Dec 21, 2024
1 parent abd4087 commit 852a15b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/block-library/src/post-template/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"__experimentalDefault": "1.25em"
},
"__experimentalDefaultControls": {
"blockGap": true
"blockGap": true,
"padding" : false,
"margin" : false
}
},
"interactivity": {
Expand All @@ -59,13 +61,7 @@
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
"style": true
}
},
"style": "wp-block-post-template",
Expand Down

0 comments on commit 852a15b

Please sign in to comment.