I was hoping you might be able to assist me with this:
I’m trying to create a global block type, I followed the documentation but can’t get it working, wondering if I am missing something obvious
In the panel block I get this error “Missing field setup”
site/blueprints/blocks/sectionhead.yml
name: section head
icon: bolt
fields:
title:
type: textarea
label: title
blurb:
type: textarea
label: blurb
Strange, that should actually work (I copied your code as is into a Starterkit and it worked fine). Could you please post the complete blocks field definition you have in about.yml?