Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/y2k. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
31 lines
775 B
JSON
31 lines
775 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Chrome Footer",
|
|
"description": "Beveled chrome strip with optional webring and copyright.",
|
|
"type": "object",
|
|
"properties": {
|
|
"menuName": {
|
|
"type": "string",
|
|
"title": "Menu",
|
|
"description": "Optional footer menu to render.",
|
|
"x-editor": "menu-select",
|
|
"default": ""
|
|
},
|
|
"showWebring": {
|
|
"type": "string",
|
|
"title": "Show Webring",
|
|
"description": "Render the 88x31 webring badge row.",
|
|
"x-editor": "select",
|
|
"enum": ["yes", "no"],
|
|
"default": "yes"
|
|
},
|
|
"copyright": {
|
|
"type": "string",
|
|
"title": "Copyright",
|
|
"description": "Copyright line.",
|
|
"x-editor": "text",
|
|
"default": ""
|
|
}
|
|
}
|
|
}
|