themes-pastel-dream/schemas/watercolor-hero.schema.json
Alex Dunmow de55bbebd6 initial: theme plugin pastel-dream
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/pastel-dream.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 14:11:41 +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"
}
}
}