Skip to content

Commit

Permalink
Add border support to preformatted block (WordPress#64302)
Browse files Browse the repository at this point in the history
Co-authored-by: akasunil <[email protected]>
Co-authored-by: ramonjd <[email protected]>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent 00d28d0 commit b11bdc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/preformatted/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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-preformatted"
Expand Down

0 comments on commit b11bdc0

Please sign in to comment.