=== Section block === Contributors: klarityorg Tags: section, color, background, block, gutenberg Requires at least: 5.0.0 Tested up to: 5.1.0 Requires PHP: 7.2.0 Stable tag: 1.1.0 License: MIT License URI: https://opensource.org/licenses/MIT This plugin allows to add a wrapping section with an optional CSS class on a page. == Description == This plugin allows to add a wrapping section with an optional CSS class on a page. == Installation == Upload the plugin's zip to the `/wp-content/plugins` directory of your Wordpress setup If you wish to build the plugin yourself, see the "Building" section hereunder. == Frequently Asked Questions == == Screenshots == 1. Screenshot of section block in editor == Changelog == = 1.0 = * Initial release == Building == 1. Make sure that the plugin is located in the `/wp-content/plugins` directory of your Wordpress setup 1. Build the plugin with : `npm install` 1. If you wish to make code changes, run `npm start` and make these changes. They will compiled automatically. 1. After you make changes to the code, you may need to remove and add again the blocks that you had previously created so that the changes are caught.