WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.47k stars 4.18k forks source link

Patterns should always be available to insert #63509

Open richtabor opened 3 months ago

richtabor commented 3 months ago

Similar to the effort to make blocks always available to insert, patterns should behave the same way—where you can always see all available patterns, but insert them in the next available spot.

You can see this current behavior in trunk if you select the "Content" block, and try to insert a pattern.

CleanShot 2024-07-12 at 20 06 32

Twenty Twenty-Four is missing all the available patterns, but when you select into the Content block, you can see the full list of patterns.

CleanShot 2024-07-12 at 20 07 16

Related https://github.com/WordPress/gutenberg/pull/62169.

richtabor commented 3 months ago

Potentially related to https://github.com/WordPress/gutenberg/issues/61038.