Building a Custom Block

In this series, we build a custom Notice block while learning about WordPress Block APIs and the inner workings of blocks while covering the nuances and practicalities of block development.

Building a Custom Block Part 6: Block Variations

In Part 6 of Building a Custom Block, we’ll use the Block Variations API to create preconfigured versions of our Notice block. Instead of inserting a generic notice and then picking a style, users will be able to drop in a ready-to-go “Error Notice” or “Success Notice” directly from the block inserter.

Read More