-
Notifications
You must be signed in to change notification settings - Fork 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
FSE: fix Template Part name in Block Navigator #37129
FSE: fix Template Part name in Block Navigator #37129
Conversation
Note for reviewers that this experimental feature might not be on the current dotcom Gutenberg version yet. AFAIK this shouldn't be a problem and the code shouldn't crash, but that's worth a check. |
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
...full-site-editing/full-site-editing-plugin/full-site-editing/templates/class-wp-template.php
Outdated
Show resolved
Hide resolved
This works as expected! 🎉 |
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.
Nice work @Addison-Stavlo! ✨
I verified that this works as expected on self-hosted install.
Also tested it on Horizon with existing FSE site, and made sure it's not causing problems for WP.com where we run previous Gutenberg version that doesn't have this experimental feature.
Changes proposed in this Pull Request
Before -
After -
Testing instructions
Testing with local Gutenberg environment with latest Master branch.
Fixes #36508