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>
33 lines
850 B
JSON
33 lines
850 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Featured Pour",
|
|
"description": "Hero card for a featured coffee, tea, or pastry with image, tasting notes and price",
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"title": "Name",
|
|
"description": "Item name (e.g. \"Ethiopia Yirgacheffe\")",
|
|
"x-editor": "text"
|
|
},
|
|
"tasting": {
|
|
"type": "string",
|
|
"title": "Tasting Notes",
|
|
"description": "Rich text tasting description",
|
|
"x-editor": "richtext"
|
|
},
|
|
"image": {
|
|
"type": "string",
|
|
"title": "Image",
|
|
"description": "Hero image",
|
|
"x-editor": "media"
|
|
},
|
|
"price": {
|
|
"type": "string",
|
|
"title": "Price",
|
|
"description": "Price displayed in mono type (e.g. \"6.50\")",
|
|
"x-editor": "text"
|
|
}
|
|
}
|
|
}
|