=== Block Extras === Contributors: gt81plugins Tags: gutenberg, blocks, gutenberg blocks, editor Requires at least: 5.0 Tested up to: 5.3.2 Stable tag: 1.0 Requires PHP: 5.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin adds extra options to default Gutenberg blocks. These options include margin, padding, line height, letter spacing and rounded corners. == Description == Block extras adds new options to several of the default Gutenberg blocks listed below. A list of utility CSS classes is generated by the plugin and used to add the relevant CSS attribute to your blocks. * Individual margins (including negative) and padding can be applied to many block types. * Typography blocks (paragraphs and headings) can have line height and letter spacing applied. * Rounded corners can be applied to groups. = Blocks currently supported = * core/paragraph - margin, padding, line height, letter spacing * core/image - margin, padding * core/heading - margin, padding, line height, letter spacing * core/gallery - margin * core/list - margin, padding * core/quote - margin, padding * core/table - margin * core/group - margin, padding, rounded corners == Installation == 1. Upload the plugin files to your plugin 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->Block Extras Settings screen to configure the plugin == Frequently Asked Questions == = Does this plugin add inline styles? = No, it uses automatically generated classes to achieve the selected options. = Can I customise the stylesheet? = No, stylesheet is automatically created when changing all block settings. = Can I change how much of an attribute is applied? = You can only apply the minimum and maximum settings to an attribute. Individual customisation is not currently possible. == Screenshots == 1. Gutenberg side panel showing options for a group - margin, padding and rounded corners 2. Gutenberg side panel showing options for a paragraph - margin, padding, line height and letter spacing 3. Block extras options screen == Changelog == = 1.0 = * Initial release