Skip to content

Commit

Permalink
Comment Template: Add Border Block Support (#64238)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: ramonjd <[email protected]>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent 4aeaf7f commit 8c0bcdd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/comment-template/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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-comment-template"
Expand Down

0 comments on commit 8c0bcdd

Please sign in to comment.