themes-earthen/master_pages.json
Alex Dunmow 4aeddfe352 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:32:18 +08:00

26 lines
1.5 KiB
JSON

[
{
"key": "earthen:default-master",
"title": "Earthen Default Master",
"page_templates": ["default", "article"],
"blocks": [
{ "block_key": "navbar", "title": "Main Navigation", "content": { "menuName": "main" }, "slot": "header", "sort_order": 0 },
{ "block_key": "slot", "title": "Main Content", "content": { "slotName": "main" }, "slot": "main", "sort_order": 0 },
{ "block_key": "earthen:donation_cta", "title": "Donation Rail", "content": { "amounts": [25, 50, 100], "headline": "Plant the next acre." }, "slot": "main", "sort_order": 100 },
{ "block_key": "earthen:footer", "title": "Site Footer", "content": { "showNewsletter": true, "tagline": "Rooted in place." }, "slot": "footer", "sort_order": 0 }
]
},
{
"key": "earthen:landing-master",
"title": "Earthen Landing Master",
"page_templates": ["landing", "full-width"],
"blocks": [
{ "block_key": "navbar", "title": "Main Navigation", "content": { "menuName": "main" }, "slot": "hero", "sort_order": 0 },
{ "block_key": "slot", "title": "Hero Slot", "content": { "slotName": "hero" }, "slot": "hero", "sort_order": 10 },
{ "block_key": "slot", "title": "Main Slot", "content": { "slotName": "main" }, "slot": "main", "sort_order": 0 },
{ "block_key": "earthen:donation_cta", "title": "Donation CTA", "content": { "amounts": [25, 50, 100, 250] }, "slot": "cta", "sort_order": 0 },
{ "block_key": "earthen:footer", "title": "Footer", "content": { "showNewsletter": true }, "slot": "footer", "sort_order": 0 }
]
}
]