themes-magazine-bold/schemas/cover_story.schema.json
Alex Dunmow fe754f634b initial: theme plugin magazine-bold
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/magazine-bold.

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