themes-brutalist/blocks/concrete_hero.schema.json
Alex Dunmow 979516b5e9 feat: convert to codeless .bnp — templates + manifest, Go/templ deleted (WO-WZ-021)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 15:08:06 +08:00

28 lines
730 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Concrete Hero",
"description": "200pt+ display headline with optional eyebrow and full-bleed image",
"type": "object",
"properties": {
"headline": {
"type": "string",
"title": "Headline",
"description": "Oversized display headline",
"x-editor": "text"
},
"eyebrow": {
"type": "string",
"title": "Eyebrow",
"description": "Mono eyebrow line shown above the headline",
"x-editor": "text"
},
"media": {
"type": "string",
"title": "Background Media",
"description": "Optional full-bleed background image",
"x-editor": "media"
}
},
"required": ["headline"]
}