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

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