WordPress / pattern-directory

The WordPress Block Pattern Directory
https://wordpress.org/patterns/
GNU General Public License v2.0
124 stars 34 forks source link

Add Pattern Directory support to the core editor #10

Open tellyworth opened 3 years ago

tellyworth commented 3 years ago

The core editor should allow users to search and insert block patterns from the pattern directory, in a similar way to the block directory.

Tentative assumptions:

This is an umbrella task, specific issues should be created as needed.

ryelle commented 3 years ago

I un-checklisted the assumption list since they're not actions. From here, I see the action(s) as

In past conversations we haven't discussed changing the patterns UI, only the backend data source, so I think that's still a safe assumption.

iandunn commented 3 years ago

The Core patterns are all imported into the CPT now. I left the box above unchecked since we haven't removed them from Core yet.

Although, I'd be tempted to just mark the wp-includes/block-patterns/ as deprecated, but leave them permanently 🤔

Removing them would cause fatals for any plugins that are requreing them.

iandunn commented 3 years ago

I separated importing and removing into separate checklist items, so the checklist can reflect what's done and what's not.