Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/coffee. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
23 lines
643 B
JSON
23 lines
643 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Coffee Footer",
|
|
"description": "Torn-edge footer with optional location block and newsletter caption",
|
|
"type": "object",
|
|
"properties": {
|
|
"showLocation": {
|
|
"type": "string",
|
|
"title": "Show Location",
|
|
"description": "Whether to render the location/hours summary",
|
|
"default": "true",
|
|
"x-editor": "select",
|
|
"enum": ["true", "false"]
|
|
},
|
|
"newsletterText": {
|
|
"type": "string",
|
|
"title": "Newsletter Caption",
|
|
"description": "Short caption above the newsletter input",
|
|
"x-editor": "textarea"
|
|
}
|
|
}
|
|
}
|