Changeset 2103038
- Timestamp:
- 06/09/2019 11:45:48 PM (7 years ago)
- File:
-
- 1 edited
-
gutenstrap-blocks/trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gutenstrap-blocks/trunk/README.txt
r2102099 r2103038 1 1 === Gutenstrap Blocks === 2 2 Contributors: eolant 3 Tags: gutenstrap, gutenberg, bootstrap, bootstrap 4, blocks, grid3 Tags: gutenstrap, gutenberg, bootstrap, gutenberg bootstrap, bootstrap 4, blocks, grid 4 4 Donate link: https://www.patreon.com/eolant 5 5 Requires at least: 5.2 … … 13 13 14 14 == 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. 15 This 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! 16 16 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 == 28 CSS 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. 24 29 25 30 == Requirements == … … 48 53 ``` 49 54 .bootstrap-styles { 50 @import '~bootstrap/scss/bootstrap';55 @import '~bootstrap/scss/bootstrap'; 51 56 } 52 57 ```
Note: See TracChangeset
for help on using the changeset viewer.