themes-magazine-bold/schemas/masthead.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

27 lines
672 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Issue Masthead",
"description": "Wordmark + folio bar across the top of the page.",
"type": "object",
"properties": {
"issueNo": {
"type": "string",
"title": "Issue Number",
"description": "Folio number (e.g. \"01\").",
"x-editor": "text"
},
"tagline": {
"type": "string",
"title": "Tagline",
"description": "Issue volume / tagline line (e.g. \"Vol. 1 / Spring\").",
"x-editor": "text"
},
"date": {
"type": "string",
"title": "Date",
"description": "Issue date or month.",
"x-editor": "text"
}
}
}