Stars: 415
Forks: 63
Pull Requests: 563
Issues: 274
Watchers: 18
Last Updated: 2021-03-31 01:32:46
A WordPress Admin interface and a simple templating system for building custom Gutenberg blocks.
License: GNU General Public License v2.0
Languages: Makefile, PHP, JavaScript, Shell, CSS, SCSS
Contributors: lukecarbis, ryankienstra, Stino11, rheinardkorf Tags: gutenberg, blocks, block editor, fields, template Requires at least: 5.0 Tested up to: 5.5 Requires PHP: 5.6 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl
The easy way to build custom blocks for Gutenberg.
The Block Lab team has moved to Genesis Custom Blocks. To take advantage of all the great things about Block Lab as well as gain access to all new features as they are released, we recommend that you install Genesis Custom Blocks.
If you’re an existing Block Lab user and would like to learn more about what this means for you, including how to easily and automatically migrate to the new plugin, you can find more details here.
Work within the WordPress admin with an interface you already know.
Add from a growing list of available fields to your custom blocks.
Let the plugin do the heavy lifting so you can use familiar WordPress development practices to build block templates.
Simple to use functions, ready to render and work with the values stored through your custom block fields.
https://github.com/getblocklab/block-lab.git
cd
into the block-lab
directory, and run npm install && composer install
npm build
block-lab
folder to your /wp-content/plugins/
directoryQ: Do I need to write code to use this plugin? A: Although the plugin handles the majority of the work in building a custom block, you will need to build HTML templates to display the content of the block. You can learn how in the developer documentation.
Q: I have an idea for the plugin A: This plugin is open source and can only be better through community contribution. The GitHub repo is here.
Q: Where can I find documentation for this plugin? A: Here