themes-coffee/blocks/blocks.yaml
Alex Dunmow 023bd23d96 feat(coffee): Wave A override contract — 49 builtin overrides, 7 page templates, persona blocks, seed
WO-TF-013. Bring the coffee theme up to the frozen OVERRIDE-CONTRACT:

- 49 mandatory builtin overrides in templates/overrides/coffee/ (chrome,
  marketing, primitives, commerce/local, blog family, auth surface,
  page-suggestions), each re-skinned in cafe/roastery chrome over the builtin
  data model. Legacy button/heading/image/text field reads updated to the new
  builtin contract (link/label/style, media/text).
- Signature moves: chalkboard menu panel (menu-list), hand-drawn doodle
  dividers, torn-paper edges, kraft-tag stamped buttons, circular roast stamps,
  hours "today" highlight. Semantic tokens only; CSS-first motion with
  prefers-reduced-motion fallbacks.
- 7 page templates: default, landing, article, full-width, blog-index, contact,
  auth.
- Blocks rework: deleted the five builtin-duplicating theme blocks (menu_board,
  hours_strip, location_card, footer, doodle_divider) — now overrides. Kept/added
  4 persona blocks: featured_pour, roast_profile, loyalty_card, brew_guide.
- 5 dual-mode presets (mode "both"), all 19 tokens, light and dark tuned.
- Bundled Fraunces / Work Sans / Caveat woff2 (OFL, latin subset, license
  recorded); fonts.json populated; all font-family via var(--font-*). Updated
  RECOMMENDED_FONTS.md, added RECOMMENDED_ICONS.md; required_icon_packs declared.
- Themed email-safe wrapper retained (tables, inline styles).
- Master pages rebuilt on builtin keys. Demo seed (demo:true): home, about,
  blog + 3 posts, contact (form + contact_submissions data table + row_inserted
  email-admins workflow), login. Cafe voice.

make (codeless build + verify) and check-safety both exit 0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 10:57:54 +08:00

33 lines
1.4 KiB
YAML

# Coffee theme block definitions (codeless .bnp).
# Only true persona furniture stays a theme block. Everything that duplicated a
# builtin (menu, hours, location, footer, divider) is now a template override of
# the builtin key under templates/overrides/coffee/ — not a block here.
#
# Keys are fully qualified (coffee:<key>): the codeless loader registers
# definitions verbatim (no PluginBlockRegistry prefixing in the codeless path).
blocks:
- key: coffee:featured_pour
title: Featured Pour
description: Single-origin spotlight card with hand-drawn badge, tasting notes and price.
category: content
schema: featured_pour.schema.json
template: featured_pour.ninjatpl
- key: coffee:roast_profile
title: Roast Profile
description: Roastery spec card — origin, process, roast level and tasting notes with a circular roast stamp.
category: content
schema: roast_profile.schema.json
template: roast_profile.ninjatpl
- key: coffee:loyalty_card
title: Loyalty Card
description: Ten-stamp coffee punch card with a reward on the tenth stamp.
category: content
schema: loyalty_card.schema.json
template: loyalty_card.ninjatpl
- key: coffee:brew_guide
title: Brew Guide
description: Step-by-step brew method card with a ratio/grind/water/temp/time strip and numbered steps.
category: content
schema: brew_guide.schema.json
template: brew_guide.ninjatpl