Skip to content

wellmann/gutenberg-blocks-framework

Repository files navigation

Tests Docs pages-build-deployment

🧱 Gutenberg Blocks Framework

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:

Features

  • 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