feat: 🎉 UCSC Grid Query Loop pattern #342
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this do?
Creates a new "UCSC Grid" pattern for the Query Loop block using the existing "Query Loop Card" pattern. This adds a pattern to the blue "Choose" button in the Query Loop block, which currently only includes default WordPress patterns.
This PR also registers a new pattern category, Query Loop (
query_loop
), which allows us to create additional query patterns in the future and find them in one place. Thisgrid query pattern
and thequery loop card
pattern were added to the new category.QA
Links to relevant issues
Screenshots:
New UCSC Grid pattern:
Editor View:
Front-end View:
New pattern category:
Tests
Does this have tests?