Plugin Directory

Changeset 1996807


Ignore:
Timestamp:
12/18/2018 03:46:31 AM (7 years ago)
Author:
willdelphia
Message:

Modifying readme.txt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • magic-block/trunk/readme.txt

    r1993284 r1996807  
    11=== Magic Block ===
    22Contributors: willdelphia
    3 Tags: gutenberg, block, container, container block, html element, html5, div, section, flexbox, css grid, tag, nesting, child blocks, parent blocks
     3Tags: gutenberg, block, container block, html element, html5, div, section, flexbox, css grid, tag, nesting, child blocks, parent blocks
    44Requires at least: 5.0
    55Tested up to: 5.0
     
    99License URI:  https://www.gnu.org/licenses/gpl-2.0.html
    1010
    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).
     11Registers a container block with the block editor. It has settings for tag (div, section, etc), ID, classname, and inline style.
    1212
    1313== Description ==
    1414
    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).
     15Magic 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.
    1616
    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.
     17Magic 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
     19This 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
     21In 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.
    1822
    1923== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.