=== Reusable Blocks Layouts === Contributors: TigrouMeow Tags: gutenberg, editor, reusable, block, blocks, layout, layouts, builder, page Requires at least: 4.9 Tested up to: 5.2 Stable tag: 1.0.0 Create your own layouts of blocks, and insert them anywhere, as a block (Gutenberg). == Description == Create your own layouts of blocks, and insert them anywhere, as a block (Gutenberg). === HOW IT WORKS === Reusable Blocks Layouts creates a new WordPress Post Type called Blocks (and *blocks-layout* internally in WordPress). Using it, you will be able to create new layouts made of Gutenberg blocks. Then, you will be able to re-use those layouts anywhere in your Gutenberg editor. The Layouts will be accessible through a Gutenberg block called *Blocks Layout*. == Installation == 1. Upload `blocks-layouts` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Upgrade Notice == Replace all the files. Nothing else to do. == Frequently Asked Questions == Nothing yet. == Changelog == = 1.0.0 = * Update: WordPress 5.0. = 0.0.1 = * First release.