Gutenberg Multiple Blocks Example
Plugin that provides multiple Gutenberg blocks. This is just a personal exercise.
by Mario Yepes · github.com/marioy47/wordpress-gutenberg-multiple-blocks · website
★ 3stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/marioy47/wordpress-gutenberg-multiple-blocks/archive/refs/heads/main.zipDeclares an update source (https://example.com/my-plugin/), so updates arrive through the plugin's own updater.
From the readme
Wordpress tutorial for creating a plugin with multiple blocks
Resulting files for the blog https://marioyepes.com/intro-wordpress-gutenberg-block-development/
This is a WordPress plugin that provides multiple Gutenberg blocks that doesn't do much.
Setup