Convert the Y2K theme from a Go+templ wasm plugin to a fully codeless .bnp: blocks/blocks.yaml + .ninjatpl, page/system templates, template overrides, email wrapper, master pages and CSS declared in manifest.yaml. All *.go, *.templ, *_templ.go, go.mod and go.sum deleted; schemas moved schemas/ -> blocks/. Static parity proven 48/48 identical against the templ baseline (10 blocks x full+empty+variant branches, 4 overrides incl. heading L1-6, email full+empty). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Webring Badge",
|
|
"description": "Canonical 88x31 webring button row with prev/next/ring links.",
|
|
"type": "object",
|
|
"properties": {
|
|
"prevHref": {
|
|
"type": "string",
|
|
"title": "Previous Link",
|
|
"x-editor": "link",
|
|
"default": ""
|
|
},
|
|
"nextHref": {
|
|
"type": "string",
|
|
"title": "Next Link",
|
|
"x-editor": "link",
|
|
"default": ""
|
|
},
|
|
"ringName": {
|
|
"type": "string",
|
|
"title": "Ring Name",
|
|
"description": "Webring label displayed on the centre badge.",
|
|
"x-editor": "text",
|
|
"default": "the y2k.fm ring"
|
|
}
|
|
}
|
|
}
|