2026-01-25 22:42:02 +01:00
|
|
|
title: Dossier
|
|
|
|
|
|
|
|
|
|
tabs:
|
|
|
|
|
contentTab:
|
|
|
|
|
label: Contenu
|
|
|
|
|
icon: page
|
|
|
|
|
fields:
|
|
|
|
|
cover:
|
|
|
|
|
label: Visuel de couverture
|
|
|
|
|
type: files
|
|
|
|
|
multiple: false
|
2026-02-25 18:22:13 +01:00
|
|
|
required: true
|
2026-01-25 22:42:02 +01:00
|
|
|
layout: cards
|
2026-02-11 12:40:18 +01:00
|
|
|
width: 1/3
|
2026-01-25 22:42:02 +01:00
|
|
|
image:
|
|
|
|
|
ratio: 12/7
|
|
|
|
|
cover: true
|
|
|
|
|
help: Image utilisée dans la liste des dossiers
|
2026-02-11 12:40:18 +01:00
|
|
|
description:
|
|
|
|
|
label: Description
|
|
|
|
|
type: writer
|
|
|
|
|
width: 2/3
|
|
|
|
|
linkedContent:
|
2026-02-25 18:22:13 +01:00
|
|
|
label: Enquêtes
|
2026-02-11 12:40:18 +01:00
|
|
|
type: pages
|
|
|
|
|
query: site.find('enquetes').children
|
2026-02-25 18:22:13 +01:00
|
|
|
linkedImpacts:
|
|
|
|
|
label: Impacts
|
|
|
|
|
type: pages
|
|
|
|
|
query: site.find('impacts').children
|
feat(seo): add SEO tabs to all page blueprints
Add seo: seo/page tab to all page blueprints ensuring each page has
at minimum contentTab and seo tabs (plus metadata where applicable).
Pages updated:
- Simple pages converted to tabs structure: home, about, resources
- Default page converted to tabs structure
- Pages with existing tabs: shop, product, support, folder, folders,
investigations, impact, impacts, report, investigation-summary
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 16:23:38 +01:00
|
|
|
seo: seo/page
|