-
Notifications
You must be signed in to change notification settings - Fork 9
Release/Patterns #74
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
Merged
Merged
Release/Patterns #74
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…argin from paragraph block
Task linked: WDSBT-241 Create Custom Card Variation Pattern(s) |
…stem-Cards WDSBT-241 - Add cards pattern category and fixes to the version updat…
…ation-30 Cards 30, 38, 39
…ation-5 Cards 5, 6, 9, 11, 18, 20, 21, 27, 42, 43, 44, "mobile content block"
…atons-patterns-3 WDSBT -> Cards 3, 19, 22, 29, 31, 32, 40
thatmitchcanter
approved these changes
Jul 17, 2025
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 a LARGE PR, and I've spot checked it and it looks OK from what I can tell - let's make sure we test afterward to ensure that it works well. Thanks @khleomix - approved!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes
WDSBT-241
Link to test
Test locally in your WordPress environment.
Description
patterns/
directory for subfolders and registers each as a block pattern category.Categories
header will appear in the block editor under the appropriate category.patterns/
.Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings
N/A – No visual changes to the frontend, but patterns will now be categorized in the block editor.
AI Assistance
Added to documentation?
Added tests?
Testing Instructions
patterns/
(e.g.,patterns/cards/
).Categories
header to the folder name (e.g.,Categories: cards
).Reviewer's Testing Checklist
As a reviewer, please verify that the relevant testing criteria are fulfilled and confirmed before approving this Pull Request.
npm run a11y
.[optional] Additional Reviewer Notes or Considerations?