block-pattern-builder
block-pattern-builder copied to clipboard
Build block patterns from the WordPress admin.
If you add a composer.json file, this plugin will be easily installable with composer.
closes #11
After creating a group block and a user attempts to select more blocks, the block-pattern-builder plugin causes the editor to crash. To reproduce: 1. Open the editor 2. create several...
Hi, When a user unregisters the core-block-patterns that ship with gutenberg/block editor, (this can be done by `remove_theme_support( 'core-block-patterns' );` within an `init` or `after_theme_setup` hook) (ref: https://fullsiteediting.com/lessons/block-patterns-tips/), the block...
It would be great to have revision support. This can be helpful if a mistake is made when updating a block pattern or to review historic changes to a block...
closes #13 #14
If I try to edit a reusable Block inside the Block Editor, it crashes. Steps to reproduce: 1. Create a new Post 2. Add a Paragraph 3. Create a reusable...
When I try to make a new pattern, the error message appears and attempt recovery doesn't work. **>> The editor has encountered an unexpected error** Wordpress 5.5 Gutenberg Version 8.7.1...
Need some method of adding the `keywords` array. This will help discoverability with searching. This should probably be stored as post meta for the pattern posts. Not sure how to...
Similar to #13, we should consider adding a meta field for users to add a custom `viewportWidth` value`, which specifies the width of the pattern in the editor.