Gutenberg Block Development: Register a custom category
WordPress provides predefined categories for the blocks like “text“, “media“, “design“, “widgets“, and so on. You can easily use them while registering a custom Gutenberg block, and you only need to add the category slug into the block.json file. Why do we need to register a custom category? If you have multiple custom blocks for […]