themes-magazine-bold/blocks/cover_story.schema.json
Alex Dunmow 989f1fb515 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:28:29 +08:00

39 lines
1012 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Cover Story",
"description": "12-column asymmetric hero anchoring the issue landing page.",
"type": "object",
"properties": {
"kicker": {
"type": "string",
"title": "Kicker",
"description": "Small-caps label above the headline.",
"x-editor": "text"
},
"headline": {
"type": "string",
"title": "Headline",
"description": "Display headline (rich text — allows italics).",
"x-editor": "richtext"
},
"deck": {
"type": "string",
"title": "Deck",
"description": "Sub-headline / standfirst paragraph.",
"x-editor": "richtext"
},
"image": {
"type": "string",
"title": "Cover Image",
"description": "Hero image for the cover story.",
"x-editor": "media"
},
"link": {
"type": "string",
"title": "Read Story Link",
"description": "URL to the full feature.",
"x-editor": "link"
}
}
}