Patterns: add a "All Template Parts" section#60775
Merged
Merged
Conversation
|
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. |
This was referenced Apr 16, 2024
|
Size Change: +105 B (0%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
5 tasks
jorgefilipecosta
approved these changes
Apr 16, 2024
jorgefilipecosta
left a comment
Member
There was a problem hiding this comment.
Tested well for me and the code looks good 👍
22 tasks
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
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.
Part of #55083
Related #59659
What?
Adds a "All Template Parts" section in sidebar.
Why?
This is part of consolidating the index view for Patterns. While we are aiming to merge Patterns & Parts in a single category, it's unclear at this point what we can do for 6.5.
We need to support hybrid themes (classic themes that declare support for parts) and these access patterns through the wp-admin screen but templates through the site-editor screen. Migrating them to only use site-editor is in the works #52150
This is an intermediate step to unblock #60689 and continue progress. How/whether Patters/Templates can be consolidated will be revisited in a later step.
How?
all-parts.Testing Instructions
Visit the Patterns screen and scroll down to the Parts section of the sidebar. Click on the "All template parts". The expected result is that all parts are visible.