Contributors: David Browne
Tags: edd, oxygen
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Block lab is a free plugin that offers an easy way to add custom Gutenberg blocks to WordPress. By default, a theme is needed to store the template files for each block. This plugin simply allows you to add your new block templates without the need for a theme. Built especially for Oxygen where the theme is completely disabled.
See documentation on creating block template files in Block Lab for reference.
- Download the plugin here.
- Go to Plugins > Add New in your WordPress admin. Click on
Upload Plugin
and browse for the zip file. - Activate the plugin.
- Add your block template files for your custom blocks into
/block_lab_templates/blocks/
found in this plugin. - In the edit block screen, the template metabox should be green and say 'Template found'.
I'd love to keep building useful tools for free. if you find my work valuable, consider buying me a coffee to show your support.
- Renamed plugin file
- Added priority on filter
- Initial Release