ClioWP Blocks Boilerplate is a Free WordPress Gutenberg block-type Plugin Boilerplate for Developers.
ClioWP Blocks Boilerplate, (C) 2022 Christos Pontikis
ClioWP Blocks Boilerplate is distributed under the terms of the GNU GPL.
In Greek mythology, Clio is the muse of history: https://en.wikipedia.org/wiki/Clio
Available at https://www.pontikis.net/cliowp-blocks-boilerplate
Download the latest release from https://github.com/pontikis/cliowp-blocks-boilerplate/releases
ClioWP Blocks Boilerplate (as the name suggests) is a “starter” block-type plugin that generates a message that the user can customize. It can be the basis for creating your own Gutenberg Plugin.
- It is based on React (functional components) and ES6 techniques
- It is registered based on block.json
- Teaches you how to manipulate parameters from the Settings Sidebar of Gutenberg (InspectorControls)
- Teaches you how to manage the Popup Toolbar in Gutenberg (BlockControls)
- It is built based on Industry Standard Development Tools
- It follows the WordPress Coding Standards
- It has multilingual support (i18n)
- It is Free, Open-Source, and available under the GPLv2