Block Lab
Build with blocks. Edit with confidence.
Illustration — a simplified, non-interactive representation of the block editing model. Real screenshots from the WordPress build appear below.
Field & Code Overview
{
"name": "hero_centered",
"fields": ["eyebrow", "title",
"text", "buttons", "image"]
}<section class="block-hero">
<h1><?= esc_html($title) ?></h1>
<?= wp_get_attachment_image(...) ?>
</section>From the live WordPress build


