Skip to content

Commit

Permalink
Add Border Block Support to Latest Posts (WordPress#66353)
Browse files Browse the repository at this point in the history
Co-authored-by: karthick-murugan <[email protected]>
  • Loading branch information
karthick-murugan and karthick-murugan authored Dec 19, 2024
1 parent 8a10988 commit 7e15fad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/latest-posts/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,18 @@
"fontSize": true
}
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
},
"interactivity": {
"clientNavigation": true
}
Expand Down

0 comments on commit 7e15fad

Please sign in to comment.