=== Content Blocks Builder === Contributors: Mr2P Tags: block, blocks, gutenberg, gutenberg blocks, repeater, repeater blocks, editor, layout, grid, row, carousel, accordion, tab Requires PHP: 7.0.0 Requires at least: 5.8.0 Tested up to: 5.8.2 Stable tag: 1.1.2 License: GPL-3.0 License URI: https://www.gnu.org/licenses/gpl-3.0.html Gutenberg - custom content blocks made easy. == Description == This is NOT another block library. This plugin help developers/users do three things: 1. To create custom blocks from core blocks or third-party blocks. It supports repeater blocks like the ACF repeater field. 2. To create custom block patterns. 3. To create custom block variations. Support layouts for the repeater blocks: ✓ Grid layout Upcoming layouts & features: ☐ Carousel ☐ Flex row ☐ Parallax background == Installation == 1. Upload the plugin files to the `/wp-content/plugins/content-blocks-builder` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress == Frequently Asked Questions == = Who needs this plugin? = Both developers and users can use it. I often use it to create custom repeater blocks, patterns, variations for my client sites. = Is this another block library? = No. It's like a tool to create custom blocks, patterns, variations without coding. = Does it support pre-defined layouts / style? = Only grid layout for now. There will be more in the next versions very soon. == Screenshots == 1. Custom blocks, patterns, variations can be created via "More Options" on Block's toolbar. 2. The modal popup to create custom blocks from "More Options", only some blocks (group, cover, columns) support this feature. 3. Create custom blocks from the admin menu. 4. Edit a custom block. 5. Show settings panel for custom blocks. 6. Full settings panel for custom blocks. 7. The modal popup to create patterns from "More Options", only some blocks (group, cover, columns) support this feature. 8. Create patterns from the admin menu. 9. List all custom patterns. 10. The modal popup to create variations from "More Options", it's the only way to create variations. 11. List all custom variations. == Changelog == = 1.1.2 = *Release Date - 02 December 2021* * REFACTOR - Update pot file, change the label of the block category = 1.1.1 = *Release Date - 01 December 2021* * REFACTOR - Update __experimentalUseInnerBlocksProps to work with gutenberg 12.x = 1.1.0 = *Release Date - 03 November 2021* * DEV - Add grid layout for repeater blocks * DEV - Add custom inline SVG icon for blocks and variations * DEV - Support variation picker for custom blocks = 1.0.2 = *Release Date - 13 October 2021* * FIX - Template lock 'None' doesn't work = 1.0.1 = *Release Date - 12 October 2021* * DEV - Make the plugin compatible with the Block Manager plugin = 1.0.0 = * Release