-
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
Query Loop Block: Continued iteration on bundled patterns #49280
Comments
I'll see what I can do, though last I experimented the blockGap limitation (#44899) was making it difficult to get spacing right in a grid layout. |
I'm thinking #49050 might be helpful to move this forward, but it needs a bit of input on how we want the columns behaviour in the grid template to work. The V1 of grid layout only allows setting a minimum column width, not a number of columns, but has the advantage of better responsivity out of the box vs the current solution. Using the grid layout will also allow us to easily add block spacing, which would fix #44899. |
Post Template should probably have block gap too, as its children will inherit that parent block's spacing value — not the query loop's.
As long as using grid layout isn't required for block spacing support. |
What's the status here? Is there anything actionable remaining? |
Yes, we need to incorporate more patterns still! Room for improvement remains. |
Noting that another pattern that's needed is one that shows everything: post titles, full post content, tags, categories, author. Adding this pattern would be the fastest way to set up a blog as your homepage. |
Pulled from #48443 and a follow up to #44140
cc @richtabor in case you have time to work on this.
The text was updated successfully, but these errors were encountered: