themes-gotham/blocks/blocks.yaml
Alex Dunmow 9adbbb9199 feat(gotham): port hero block + PORT-NOTES; graduate to @ninja v1.0.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 03:28:59 +08:00

27 lines
1012 B
YAML

# Gotham theme block definitions (codeless .bnp, WO-WZ-021).
# Keys are fully qualified (gotham:<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
# master_pages.json references.
blocks:
- key: gotham:hero
title: Hero Section
description: Large hero section with headline and optional CTA
schema: hero.schema.json
template: hero.ninjatpl
- key: gotham:stats
title: Stats Counter
description: Display statistics with labels and values
schema: stats.schema.json
template: stats.ninjatpl
- key: gotham:features
title: Feature Cards
description: Grid of feature cards with icons and descriptions
schema: features.schema.json
template: features.ninjatpl
- key: gotham:footer
title: Footer
description: Multi-column footer with links and copyright
schema: footer.schema.json
template: footer.ninjatpl