=== WPSeed Container Block === Contributors: flurinduerst Tags: container, block, blocks, gutenberg, div, section, custom Requires at least: 5.0 Tested up to: 5.1.0 Stable tag: 1.0 Requires PHP: 5.2.4 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin adds a simple container block to the Gutenberg editor. By default the container will be rendered as a `div` with the class `.wp-block-wpseed-container`. You can nest blocks and add classes to each container to create the structure needed. == Description == == Installation == 1. Upload the plugin files to the `/wp-content/plugins/wpseed-container-block` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Use the Settings->Plugin Name screen to configure the plugin == Screenshots == 1. adding a new container block 2. four items nested inside a container block 3. a block inside another block == Changelog == = 1.0 = * public release