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

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"
}
}
}