Skip to content

Commit

Permalink
Post Template border support
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Oct 25, 2024
1 parent 0b76a25 commit 8dedbb2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/post-template/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@
},
"interactivity": {
"clientNavigation": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
}
},
"style": "wp-block-post-template",
Expand Down

0 comments on commit 8dedbb2

Please sign in to comment.