Skip to content

Commit

Permalink
Add Border Block Support to Latest Posts (#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

1 comment on commit 7e15fad

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 7e15fad.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12411994911
📝 Reported issues:

Please sign in to comment.