All Projects → getblocklab → Block Lab

getblocklab / Block Lab

Licence: gpl-2.0
A WordPress Admin interface and a simple templating system for building custom Gutenberg blocks.

Projects that are alternatives of or similar to Block Lab

Acf To Rest Api
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
Stars: ✭ 1,152 (+184.44%)
Mutual labels:  wordpress, custom
Oblate
Custom theme for my personal website and blog.
Stars: ✭ 117 (-71.11%)
Mutual labels:  wordpress, custom
Custom Field Suite
Custom fields UI for WordPress
Stars: ✭ 312 (-22.96%)
Mutual labels:  wordpress, custom
Clean Wordpress Admin
A collection of functions to clean up WordPress
Stars: ✭ 370 (-8.64%)
Mutual labels:  wordpress
Quickblox Ios Sdk
QuickBlox iOS SDK for messaging and video calling
Stars: ✭ 373 (-7.9%)
Mutual labels:  custom
Awesome Wp Developer Tools
A collection of plugins, starter themes and tools to make WordPress development easier.
Stars: ✭ 388 (-4.2%)
Mutual labels:  wordpress
Sotabbar
Light way to add Fancy bottom bar 📲
Stars: ✭ 400 (-1.23%)
Mutual labels:  custom
Art blog
WordPress响应式免费主题,Art_Blog唯品秀博客(weipxiu.com/备用域名weipxiu.cn),开源给小伙伴免费使用,如使用过程有任何问题,在线技术支持QQ:343049466,欢迎打扰。原创不易,如喜欢,请多多打赏。演示:
Stars: ✭ 367 (-9.38%)
Mutual labels:  wordpress
Figlet Fonts
my collection of figlet / toilet ascii art fonts
Stars: ✭ 393 (-2.96%)
Mutual labels:  custom
Wp Custom Post Type Class
A PHP Class for creating Wordpress Custom Post Types easily
Stars: ✭ 386 (-4.69%)
Mutual labels:  wordpress
Action Scheduler
A scalable, traceable job queue for background processing large queues of tasks in WordPress. Specifically designed for distribution in WordPress plugins (and themes) - no server access required.
Stars: ✭ 386 (-4.69%)
Mutual labels:  wordpress
Awesome Wp Speed Up
Plugins and resources to speed up and optimize your WordPress site.
Stars: ✭ 375 (-7.41%)
Mutual labels:  wordpress
Docker Wordpress
Wordpress Docker container using SSL Certificates with LetsEncrypt
Stars: ✭ 391 (-3.46%)
Mutual labels:  wordpress
Laps
Light WordPress profiler.
Stars: ✭ 368 (-9.14%)
Mutual labels:  wordpress
Materialimageloading
Material image loading implementation
Stars: ✭ 396 (-2.22%)
Mutual labels:  custom
Qtranslate Xt
qTranslate-XT (eXTended) - reviving qTranslate-X. A new community-driven plugin soon. GUTENBERG initial support now available! Built-in modules for WooCommerce, ACF, All in one SEO, Events Made Easy, Gravity Forms.
Stars: ✭ 366 (-9.63%)
Mutual labels:  wordpress
Wp Browser
Easy acceptance, functional, integration and unit testing for WordPress plugins, themes and sites using Codeception.
Stars: ✭ 391 (-3.46%)
Mutual labels:  wordpress
Pwa Theme Woocommerce
E-commerce Progressive Web App Theme (React & Redux)
Stars: ✭ 382 (-5.68%)
Mutual labels:  wordpress
Socialphish
The most complete Phishing Tool, with 32 templates +1 customizable
Stars: ✭ 378 (-6.67%)
Mutual labels:  wordpress
Gatsby Starter Wordpress
A GatsbyJS starter template that leverages the WordPress API, ACF and more
Stars: ✭ 387 (-4.44%)
Mutual labels:  wordpress

Block Lab

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.

Description

IMPORTANT!

The Block Lab team has moved its custom block efforts over 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.


Gutenberg, the new WordPress editor, opens up a whole new world for the way we build pages, posts, and websites with WordPress. Block Lab makes it easy to harness Gutenberg and build custom blocks the way you want them to be built. Whether you want to implement a custom design, deliver unique functionality, or even remove your dependence on other plugins, Block Lab equips you with the tools you need to hit “Publish” sooner.

Features

A Familiar Experience

Work within the WordPress admin with an interface you already know.

Block Fields

Add from a growing list of available fields to your custom blocks.

Simple Templating

Let the plugin do the heavy lifting so you can use familiar WordPress development practices to build block templates.

Developer Friendly Functions

Simple to use functions, ready to render and work with the values stored through your custom block fields.

Links

Installation

From Within WordPress

  • Visit Plugins > Add New
  • Search for "Block Lab"
  • Install the Block Lab plugin
  • Activate Block Lab from your Plugins page.

Manually

  • Clone Block Lab into a working directory with https://github.com/getblocklab/block-lab.git
  • cd into the block-lab directory, and run npm install && composer install
  • Next, build the scripts and styles with npm build
  • Move the block-lab folder to your /wp-content/plugins/ directory
  • Activate the Block Lab plugin through the Plugins menu in WordPress

Frequently Asked Questions

Q: 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

Contributing

See Contributing to Genesis Custom Blocks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].