-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Show document subtext if template part child is selected #25544
Conversation
in document actions
Size Change: +115 B (0%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
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.
✅ Tested and this works well! Also noting nested template parts work as expected.
✅ Code looks good and straight forward.
Nice addition!
FYI the broken react native tests are not related. I'm noticing them on all other open PRs right now. |
Description
Resolves #25541. The document actions subtext will show a template part label if a child of a template part block is selected. This expands the current behavior, which only shows the label if the template part itself is selected.
How has this been tested?
Locally, in edit site.
Prerequisite: create a local FSE environment with Gutenberg.
Screenshots
Types of changes
enhancement
Checklist: