Library to load custom Gutenberg blocks in a WordPress plugin or theme.
Since this library is solely taking care of registering and setting up blocks on the server side it is built to work with the following packages:
Example projects:
- https://github.com/wellmann/kwio-gutenberg-blocks (as a seperate plugin)
- https://github.com/wellmann/kwio-wp-theme (as part of a theme)
- dynamic blocks (pure PHP, Twig or Blade views)
- enhance output of core blocks
- optimized for performance (critical CSS)
- whitelist of blocks
- easy integration of i18n
- view utility functions (e.g. to generete BEM CSS classes)
Read more: https://wellmann.github.io/gutenberg-blocks-framework/#/installation