Results 333 comments of Kelly Dwan

If there were screenshots of each pattern, we could use those for the shared image. That preview image could also be used for display on the pattern archive (grid) pages...

I've updated w.org to pin Gutenberg to 18.0.1 while we figure out if this will be fixed in Gutenberg or if we need a new include workaround.

Okay, I've spent a while tracing this down, and I think I must be going in circles now. The `ComplementaryAreaToggle` thinks the sidebar is still active after the sidebar is...

Unfortunately this is a core bug, the CSS sanitization mangles the URL and removes it on save. I opened a ticket to report it, but it's not fixed. You can...

"Query" will be changed to "Posts" when GB 14.5 is released, so w.org/patterns will need a solution for then ref https://github.com/WordPress/gutenberg/pull/45244

That sounds like a good way for Gutenberg to handle older plugins/themes that register blocks with the old labels 👍🏻 For WP sites that aren't using Gutenberg (so just plain...

Block patterns can have a `blockTypes` property, which identifies blocks that can be converted into this pattern. For example, the paragraph block: We should add some (optional) way of flagging...

There is a PR on the Gutenberg side to use the `blockTypes` meta value when registering patterns: https://github.com/WordPress/gutenberg/pull/32113 We still need to create a flow for setting the blockType value...

We can set `blockTypes` for a pattern, and that will pass through the API to the editor to make it work (once WordPress/gutenberg#32113 is merged). The unanswered question here is...

I think this issue will also happen if the `author_name` is passed to the API (see #549).