themes-art-deco/schemas/marquee_hero.schema.json
Alex Dunmow 9fbedf5ba1 initial: theme plugin art-deco
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/art-deco.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 14:11:19 +08:00

48 lines
1.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Marquee Hero",
"description": "Wide hero with stepped ziggurat frame and sunburst overlay.",
"type": "object",
"properties": {
"eyebrow": {
"type": "string",
"title": "Eyebrow",
"description": "Small caps line above the title.",
"x-editor": "text",
"default": ""
},
"title": {
"type": "string",
"title": "Title",
"description": "Display headline in Italiana caps.",
"x-editor": "text",
"default": ""
},
"subtitle": {
"type": "string",
"title": "Subtitle",
"description": "Long-form supporting copy (rich text).",
"x-editor": "richtext",
"default": ""
},
"ctaLabel": {
"type": "string",
"title": "CTA label",
"x-editor": "text",
"default": ""
},
"ctaHref": {
"type": "string",
"title": "CTA URL",
"x-editor": "link",
"default": ""
},
"image": {
"type": "string",
"title": "Background image",
"x-editor": "media",
"default": ""
}
}
}