Changeset 1996807
- Timestamp:
- 12/18/2018 03:46:31 AM (7 years ago)
- File:
-
- 1 edited
-
magic-block/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-block/trunk/readme.txt
r1993284 r1996807 1 1 === Magic Block === 2 2 Contributors: willdelphia 3 Tags: gutenberg, block, container , containerblock, html element, html5, div, section, flexbox, css grid, tag, nesting, child blocks, parent blocks3 Tags: gutenberg, block, container block, html element, html5, div, section, flexbox, css grid, tag, nesting, child blocks, parent blocks 4 4 Requires at least: 5.0 5 5 Tested up to: 5.0 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Registers a container block with the Gutenberg (WP5+) editor. This block has settings for element type (div, section, etc), id, classname, and style (inline css).11 Registers a container block with the block editor. It has settings for tag (div, section, etc), ID, classname, and inline style. 12 12 13 13 == Description == 14 14 15 Registers a container block with the Gutenberg (WP5+) editor. This block has settings for element type (div, section, article, main, aside, etc), id, classname, and inline style. It is designed for people who want full control over post HTML structure, or wish to use the editor to create complex layouts (Flexbox, CSS Grid, Bootstrap, etc).15 Magic Block registers a container block with the block editor (Wordpress 5+). This block has settings for tag (div, section, etc), ID, classname, and inline style. 16 16 17 This block does not add any CSS styles that you, as a developer, do not provide. Rather, it allows you to easily contain other blocks in parent elements with arbitrary ID or Class. You may then easily target these container elements by ID or Class in your theme's stylesheets or through CSS plugins. For smaller customizations there is an inline style field which maps to the "style" HTML attribute for the container element. 17 Magic Block is designed for people who want full control over post HTML structure, or wish to use the editor to create complex layouts such as Flexbox, CSS Grid, Bootstrap, etc... 18 19 This block does not add any CSS styles that you, as a developer, do not provide. Rather, it allows you to easily contain other blocks in parent elements with an arbitrary ID or Class. You may then easily target these container elements by ID or Class in your theme's stylesheets or through CSS plugins. For smaller customizations there is an inline style field which maps to the "style" HTML attribute for the container element. 20 21 In the editor view, each Magic Block has a thin grey outline so you can easily see which child elements belong to it. It also provides a display of element type, ID, and classes so you can keep track of how to target them with your CSS. 18 22 19 23 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.