2025-10-07 16:21:26 +02:00
|
|
|
title: Investigations
|
2025-11-04 08:33:39 +01:00
|
|
|
|
|
|
|
|
tabs:
|
|
|
|
|
contentTab:
|
|
|
|
|
label: Contenu
|
2026-02-26 17:24:54 +01:00
|
|
|
icon: page
|
|
|
|
|
columns:
|
|
|
|
|
- width: 1/3
|
|
|
|
|
fields:
|
|
|
|
|
chapo:
|
|
|
|
|
label: Introduction
|
|
|
|
|
type: writer
|
|
|
|
|
nodes: false
|
|
|
|
|
buttons: false
|
|
|
|
|
- width: 2/3
|
|
|
|
|
sections:
|
|
|
|
|
investigations: fields/investigations
|
2026-02-27 11:25:14 +01:00
|
|
|
starredTab:
|
|
|
|
|
label: En avant
|
2026-02-19 15:34:10 +01:00
|
|
|
icon: star
|
|
|
|
|
fields:
|
2026-02-27 11:25:14 +01:00
|
|
|
featuredInvestigation:
|
|
|
|
|
label: À la une
|
2026-02-19 15:34:10 +01:00
|
|
|
type: pages
|
|
|
|
|
query: page('enquetes').children.listed
|
2026-02-27 11:25:14 +01:00
|
|
|
multiple: false
|
|
|
|
|
max: 1
|
2026-02-19 15:34:10 +01:00
|
|
|
layout: list
|
|
|
|
|
text: "{{ page.title }}"
|
|
|
|
|
info: "{{ page.incidentDate }}"
|
2026-02-27 11:25:14 +01:00
|
|
|
width: 1/3
|
|
|
|
|
help: Affichée en tête et en plus grand, avec son média de couverture (vidéo ou image).
|
|
|
|
|
pinnedInvestigations:
|
|
|
|
|
label: Enquêtes épinglées
|
2026-02-19 15:34:10 +01:00
|
|
|
type: pages
|
|
|
|
|
query: page('enquetes').children.listed
|
2026-02-27 11:25:14 +01:00
|
|
|
multiple: true
|
2026-02-19 15:34:10 +01:00
|
|
|
layout: list
|
|
|
|
|
text: "{{ page.title }}"
|
|
|
|
|
info: "{{ page.incidentDate }}"
|
2026-02-27 11:25:14 +01:00
|
|
|
width: 2/3
|
|
|
|
|
help: Affichées après l'enquête "à la une", avant les autres mais dans le même format, simplement marquées par une 📌.
|
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
|