27 lines
1012 B
YAML
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
|