-
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
Add: Content panel for template parts. #62034
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. |
Size Change: +105 B (+0.01%) Total Size: 1.76 MB
ℹ️ View Unchanged
|
9a83972
to
3d8c42e
Compare
Hi @jasmussen, it seems you opened a template and not a template part, for this to appear you need to open a template part directly in the editor (e.g: go to patterns, header, and open a header template part), it appears under the "Template part" tab, not the block one. |
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.
Works as advertised, good improvement. Could use a code review. Before:
After:
Your explanation of what I did wrong makes sense, however it does suggest that what exists on the editor for the individual template part could exist on the block tab for a template part as well. Both because that block tab is currently empty:
But also because there's precedence for this content panel in the block tab, with contentOnly patterns, and synced pattern overrides as well.
Sure, let me try in a follow-up to add a content panel there 😊 |
This PR implements a content panel for template parts whose mockup is available here #59689 (comment).
Blocks that appear on the content area of template parts are the blocks whose category is 'theme'.
Testing Instructions
I opened some template parts and verified they included a content panel.
Screenshots or screencast