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 those predefined categories 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? Nowadays, most of the […]