-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment Edit Link: Add Border Block Support #64239
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +179 B (+0.01%) Total Size: 1.78 MB
ℹ️ View Unchanged
|
Flaky tests detected in a5bea46. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10237479983
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for all the effort towards greater adoption of border block supports @shail-mehta 👍
As noted over on #64271, it might pay to hold off on landing this change until it is confirmed whether the spacing and border controls should be displayed by default for blocks such as this one.
4e56762
to
6f3b424
Compare
6f3b424
to
a3f421a
Compare
Based on the Feedback #64271 (comment) I have added spacing and border controls optional in this PR & Comment Reply Link's PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update.
✅ Comment Edit Link block's border is Configurable via Global Styles.
✅ Comment Edit Link block styles take precedence over global Styles.
✅ Comment Edit Link block borders display correctly in both the Editor and Frontend.
Also, at the block level, margin and padding controls are hidden by default.
Thank you for the review. |
What?
Add border block support to the
Comment Edit Link
block.Part of #43247
Why?
Comment Edit Link
block is missing border support.How?
Adds the border block support in block.json.
Testing Instructions
Comment Edit Link
block's border is Configurable via Global Styles.Comment Edit Link
block and Apply the border Styles.Comment Edit Link
block styles take precedence over global Styles.Comment Edit Link
block borders display correctly in both the Editor and Frontend.Screenshots or Screencast
add-border-support-in-comment-edit-link.mp4