-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Accordion Header: Remove textAlignment and textAlign #71875
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
Conversation
|
Size Change: -49 B (0%) Total Size: 1.95 MB
ℹ️ View Unchanged
|
t-hamano
left a comment
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.
LGTM!
To be honest, I'd also like to remove the textAlign block support. The reason is that block instances cannot override global styles. This is also why no other core blocks have textAlign block support. See this comment for more details.
What do you think about removing textAlign block support as a follow-up?
|
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. |
|
Flaky tests detected in 6ef2d7c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/18005965885
|
Ah thanks, I didn't realise that there are no other blocks with |
I think we can do it in this PR 👍 |
|
Thanks for the update 🚢 |
What?
Addresses part of #71732.
Why?
We don't need the
textAlignmentattribute, astextAlignsupport is already available via the typography block supports.How?
Removes the
textAlignmentattribute from the Accordion Header block, and also removes some unusedtextAlignlogic.Also removes the
clsximport, as it's no longer being used here.Testing Instructions