Plugin Directory

Changeset 2103038


Ignore:
Timestamp:
06/09/2019 11:45:48 PM (7 years ago)
Author:
eolant
Message:

Updated README.txt with improved description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenstrap-blocks/trunk/README.txt

    r2102099 r2103038  
    11=== Gutenstrap Blocks ===
    22Contributors: eolant
    3 Tags: gutenstrap, gutenberg, bootstrap, bootstrap 4, blocks, grid
     3Tags: gutenstrap, gutenberg, bootstrap, gutenberg bootstrap, bootstrap 4, blocks, grid
    44Donate link: https://www.patreon.com/eolant
    55Requires at least: 5.2
     
    1313
    1414== Description ==
    15 Gutenstrap Blocks plugin adds Bootstrap 4 components and grid layout to Gutenberg WordPress editor. It allows you to use full power of Bootstrap container, row and column components and create a layout you need with ease.
     15This plugin adds Bootstrap 4 components and grid layout to Gutenberg WordPress editor. It enhances editing experience focusing on making the most of library's documented features. Combine power of Gutenberg and Bootstrap to create a layout of any complexity with ease!
    1616
    17 == Supported Bootstrap 4 blocks and formats: ==
    18 * Container
    19 * Row
    20 * Column
    21 * Button
    22 * Alert
    23 * Badge
     17== Supported Bootstrap blocks and formats: ==
     18* **Container** - includes fluid container
     19* **Row** - includes flexbox vertical and horizontal alignment classes and no gutters class
     20* **Column** - allows to set equal sized columns, auto size, number column size and offset
     21* **Button** - theme color selector, outline and block styles, small and large sizes
     22* **Alert** - theme color selector, includes dismissible alerts and allows to nest other blocks
     23* **Badge** - theme color selector, includes pill style
     24
     25*You can even nest rows!*
     26
     27== Bootstrap library ==
     28CSS is included in the admin area to make editing in Gutenberg easier and styles are prefixed with `.bootstrap-styles` class. You can choose if you want to include to Bootstrap 4.3.1 on the front-end if you aren't using Bootstrap based theme.
    2429
    2530== Requirements ==
     
    4853```
    4954.bootstrap-styles {
    50     @import '~bootstrap/scss/bootstrap';
     55    @import '~bootstrap/scss/bootstrap';
    5156}
    5257```
Note: See TracChangeset for help on using the changeset viewer.