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

23 lines
602 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Colophon",
"description": "Mono caption strip with credits and optional social row.",
"type": "object",
"properties": {
"credits": {
"type": "string",
"title": "Credits",
"description": "Mono-set credits block (rich text).",
"x-editor": "richtext"
},
"showSocial": {
"type": "string",
"title": "Show Social Row",
"description": "Toggle the social row beneath the credits.",
"enum": ["true", "false"],
"default": "false",
"x-editor": "select"
}
}
}