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 Aug 12, 2024
1 parent 4b8718e commit f9beb74
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 @@ -48,7 +48,9 @@
"__experimentalDefault": "1.25em"
},
"__experimentalDefaultControls": {
"blockGap": true
"blockGap": true,
"padding" : false,
"margin" : false
}
},
"interactivity": {
Expand All @@ -58,13 +60,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 f9beb74

Please sign in to comment.