-
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
Block Library: Normalize theme block toolbars #31952
Conversation
I left the Query Block's |
Size Change: -21 B (0%) Total Size: 1.62 MB
ℹ️ View Unchanged
|
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 working on this @priethor!
I've left a couple of comments and Query
needs to be updated in another file. Other than that I've tested all other blocks and are as expected.
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.
This is looking good to me, just left some small messages for potential final touches.
e1865fd
to
ae237aa
Compare
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.
This looks good! Thanks!
e2f38c6
to
ba6dc74
Compare
Normalize toolbars for blocks: Latest Posts, Post Author, Post Comments, Post Comments Count, Post Comments Form, Post Comments Link, Post Date, Post Title, Query, Query Title, Site Tagline, Social Links, Table, and Term Description.
Remove ToolbarGroup from Social Links Block toolbar as it's already provided by BlockControlSlot.
Normalize toolbars for blocks: Latest Posts, Post Author, Post Comments, Post Comments Count, Post Comments Form, Post Comments Link, Post Date, Post Title, Query, Query Title, Site Tagline, Social Links, Table, and Term Description.
ba6dc74
to
4325e93
Compare
Co-authored-by: ntsekouras <ntsekouras@outlook.com>
Related to #25983 similar to #29205, #29247, #29863, and #30012
Description
Normalize the toolbar for the remaining theme blocks and the table block:
Latest PostsQueryHow has this been tested?
Tested all blocks manually, visual comparisons before and after.
Screenshots
Types of changes
Adds the block
group
attribute toBlockControls
, replacesAlignmentToolbar
withAlignmentControl
where appropriate.Checklist:
*.native.js
files for terms that need renaming or removal).