| 1 |
=== Content Blocks Builder === |
| 2 |
Contributors: Mr2P |
| 3 |
Tags: block, blocks, gutenberg, gutenberg blocks, repeater, repeater blocks, editor, layout, grid, row, carousel, accordion, tab |
| 4 |
Requires PHP: 7.0.0 |
| 5 |
Requires at least: 5.8.0 |
| 6 |
Tested up to: 5.8.1 |
| 7 |
Stable tag: 1.1.0 |
| 8 |
License: GPL-3.0 |
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 10 |
|
| 11 |
Gutenberg - custom content blocks made easy. |
| 12 |
|
| 13 |
== Description == |
| 14 |
|
| 15 |
This is NOT another block library. This plugin help developers/users do three things: |
| 16 |
|
| 17 |
1. To create custom blocks from core blocks or third-party blocks. It supports repeater blocks like the ACF repeater field. |
| 18 |
2. To create custom block patterns. |
| 19 |
3. To create custom block variations. |
| 20 |
|
| 21 |
Support layouts for the repeater blocks: |
| 22 |
✓ Grid layout |
| 23 |
|
| 24 |
Upcoming layouts & features: |
| 25 |
☐ Carousel |
| 26 |
☐ Flex row |
| 27 |
☐ Parallax background |
| 28 |
|
| 29 |
== Installation == |
| 30 |
|
| 31 |
1. Upload the plugin files to the `/wp-content/plugins/content-blocks-builder` directory, or install the plugin through the WordPress plugins screen directly. |
| 32 |
1. Activate the plugin through the 'Plugins' screen in WordPress |
| 33 |
|
| 34 |
|
| 35 |
== Frequently Asked Questions == |
| 36 |
|
| 37 |
= Who needs this plugin? = |
| 38 |
|
| 39 |
Both developers and users can use it. I often use it to create custom repeater blocks, patterns, variations for my client sites. |
| 40 |
|
| 41 |
= Is this another block library? = |
| 42 |
|
| 43 |
No. It's like a tool to create custom blocks, patterns, variations without coding. |
| 44 |
|
| 45 |
= Does it support pre-defined layouts / style? = |
| 46 |
|
| 47 |
Only grid layout for now. There will be more in the next versions very soon. |
| 48 |
|
| 49 |
== Screenshots == |
| 50 |
|
| 51 |
1. Custom blocks, patterns, variations can be created via "More Options" on Block's toolbar. |
| 52 |
|
| 53 |
2. The modal popup to create custom blocks from "More Options", only some blocks (group, cover, columns) support this feature. |
| 54 |
|
| 55 |
3. Create custom blocks from the admin menu. |
| 56 |
|
| 57 |
4. Edit a custom block. |
| 58 |
|
| 59 |
5. Show settings panel for custom blocks. |
| 60 |
|
| 61 |
6. Full settings panel for custom blocks. |
| 62 |
|
| 63 |
7. The modal popup to create patterns from "More Options", only some blocks (group, cover, columns) support this feature. |
| 64 |
|
| 65 |
8. Create patterns from the admin menu. |
| 66 |
|
| 67 |
9. List all custom patterns. |
| 68 |
|
| 69 |
10. The modal popup to create variations from "More Options", it's the only way to create variations. |
| 70 |
|
| 71 |
11. List all custom variations. |
| 72 |
|
| 73 |
== Changelog == |
| 74 |
|
| 75 |
= 1.1.0 = |
| 76 |
*Release Date - 03 November 2021* |
| 77 |
|
| 78 |
* DEV - Add grid layout for repeater blocks |
| 79 |
* DEV - Add custom inline SVG icon for blocks and variations |
| 80 |
* DEV - Support variation picker for custom blocks |
| 81 |
|
| 82 |
= 1.0.2 = |
| 83 |
*Release Date - 13 October 2021* |
| 84 |
|
| 85 |
* FIX - Template lock 'None' doesn't work |
| 86 |
|
| 87 |
= 1.0.1 = |
| 88 |
*Release Date - 12 October 2021* |
| 89 |
|
| 90 |
* DEV - Make the plugin compatible with the Block Manager plugin |
| 91 |
|
| 92 |
= 1.0.0 = |
| 93 |
* Release |
| 94 |
|