themes-pastel-dream/blocks/watercolor-hero.schema.json
Alex Dunmow 5dfc1cd4be 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:27:47 +08:00

44 lines
1.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Watercolor Hero",
"description": "Hero with two-tone SVG blobs layered behind a soft headline and CTA.",
"type": "object",
"properties": {
"eyebrow": {
"type": "string",
"title": "Eyebrow",
"description": "Small label above the headline (e.g. 'new', 'autumn collection').",
"x-editor": "text"
},
"headline": {
"type": "string",
"title": "Headline",
"description": "Main hero headline. Caveat Brush display.",
"default": "Soft starts",
"x-editor": "richtext"
},
"body": {
"type": "string",
"title": "Body",
"description": "Supporting paragraph below the headline.",
"x-editor": "richtext"
},
"image": {
"type": "string",
"title": "Feature Image",
"description": "Optional hero image; renders to the right of the headline on desktop.",
"x-editor": "media"
},
"ctaText": {
"type": "string",
"title": "CTA Label",
"x-editor": "text"
},
"ctaHref": {
"type": "string",
"title": "CTA Link",
"x-editor": "link"
}
}
}