-
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
Inserter: new Header, Footer, and Banner patterns not listed #44843
Comments
If I activate the latest version of Gutenberg, I can see them listed (and they include the headings that should be in a banner category): headerss.mov |
Hi, @annezazu -- I can replicate this behavior as well. Reproduction ReportEnvironment
Actual Results
With Gutenberg 14.3.0-rc.1 active, the expected patterns in Header and Footer appear. However, the Banner category is still not displayed. |
I can reproduce as well. Reproduction ReportEnvironment
Regarding the banners category itself, as far as I see, #44203 registered the new |
Action items:
|
Flagged this up in the 6.1 release channel to get help. This is an important, high impact feature to have in for 6.1 and I'm not sure where things went wrong with including the backports here. |
Decision was made not to include this in 6.1 and it has been pushed to a future release. Moving this to bumped to 6.2 as a result.
Noting that in particular the former "heading" patterns are still available under the "Header" category and no banner category is in place for these prior patterns to live. Tied to this, I don't see a banner category in the Pattern directory. I'm going to leave this open even though this won't be going into 6.1. |
To clarify the action item above, can Editor Tech Leads confirm the patterns contained in lib/compat have not been backported to WP core, as they are not available in If so, as this has been punted to 6.2, let's move the patterns to the corresponding |
I can see the bundled header and footer patterns but can confirm I see banner patterns in the
The ones with the word "header" in them should also probably be renamed. Maybe replacing the word "header" with the word "banner". |
Just a reminder that these live in the pattern directory and so should be fixed there, not in the code-bundled patterns. |
The original issue that forced Gutenberg to bundle the patterns instead of use the Pattern Directory was fixed, so you should be able to build these in the Pattern Directory and load them from there (either with a new API request with specific slugs, or by adding these to the featured category to auto-load them on all sites). If that's not the case and there are other issues trying to create these on w.org/patterns, please open an issue so we can get it fixed 🙂 |
Closing this out as I now see the bundled patterns for headers & footers in the latest version of Gutenberg with this work #45620. Thanks, folks! Going to open a new issue around ensuring the Pattern Directory's API is used going forward now that an interim solution is in place. |
Description
In testing 6.1 Beta 3, I noticed that the Header category includes the prior patterns, the Footer category doesn't list the new patterns, and the inserter doesn't list the new "Banner" patterns despite prior work done leading up to the release cc @mcsf #44203 & #43157 This is causing the header template part to not have the option to be replaced, since it seems those patterns are missing. cc @ndiego @ironprogrammer can ya'll replicate?
Of note, there's a separate issue here which is interfering with my ability to even find the Header patterns #44842
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
patterns.missing.mov
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: