Author: Web MU
-
Creating native gutenberg dynamic blocks using the block.json schema
Creating native Gutenberg dynamic blocks as of WordPress 5.8 is less laborious and customizable using the block.json schema. Primarily, this file is built to contain all the necessary metadata for a block, such as its name, category, and attributes. It also specifies the files that make up the block, including the JavaScript and CSS that…