Alex Dunmow 5dfc1cd4be feat: convert to codeless .bnp — templates + manifest, Go/templ deleted (WO-WZ-021)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 15:27:47 +08:00

43 lines
1.8 KiB
YAML

# Pastel Dream theme block definitions (codeless .bnp, WO-WZ-021).
# Keys are fully qualified (pastel-dream:<key>) because the codeless loader
# registers definitions verbatim — there is no PluginBlockRegistry prefixing
# in the codeless path (unlike the wasm/templ path). The qualified keys match
# the hardcoded data-block attributes and the master_pages.json references.
blocks:
- key: pastel-dream:soft-navbar
title: Soft Navbar
description: Rounded pill navigation with a watercolor blob behind the logo.
category: navigation
schema: soft-navbar.schema.json
template: soft-navbar.ninjatpl
- key: pastel-dream:watercolor-hero
title: Watercolor Hero
description: Hero with two-tone watercolor blobs layered behind soft display type.
category: theme
schema: watercolor-hero.schema.json
template: watercolor-hero.ninjatpl
- key: pastel-dream:affirmation
title: Affirmation Strip
description: Slow-shimmer band carrying a short calming line in display type.
category: theme
schema: affirmation.schema.json
template: affirmation.ninjatpl
- key: pastel-dream:testimonial-soft
title: Soft Testimonial
description: Quote card with a deckle paper edge, avatar, and rating.
category: theme
schema: testimonial-soft.schema.json
template: testimonial-soft.ninjatpl
- key: pastel-dream:feature-grid-soft
title: Feature Trio
description: Three-up card grid for services, offerings, or core values.
category: layout
schema: feature-grid-soft.schema.json
template: feature-grid-soft.ninjatpl
- key: pastel-dream:cozy-footer
title: Cozy Footer
description: Newsletter signup, closing affirmation, menu column, and social pills.
category: navigation
schema: cozy-footer.schema.json
template: cozy-footer.ninjatpl