themes-gotham/blocks/blocks.yaml
Alex Dunmow dfe3bd780d 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:06:38 +08:00

22 lines
843 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: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