2025-10-07 16:21:26 +02:00
|
|
|
title: Investigations
|
2025-11-04 08:33:39 +01:00
|
|
|
|
|
|
|
|
tabs:
|
|
|
|
|
contentTab:
|
|
|
|
|
label: Contenu
|
|
|
|
|
sections:
|
2026-02-09 14:26:42 +01:00
|
|
|
investigations: fields/investigations
|
2026-02-19 15:34:10 +01:00
|
|
|
highlightTab:
|
|
|
|
|
label: Mise en avant
|
|
|
|
|
icon: star
|
|
|
|
|
fields:
|
|
|
|
|
pinnedInvestigations:
|
|
|
|
|
label: Enquêtes pinnées
|
|
|
|
|
type: pages
|
|
|
|
|
query: page('enquetes').children.listed
|
|
|
|
|
multiple: true
|
|
|
|
|
layout: list
|
|
|
|
|
text: "{{ page.title }}"
|
|
|
|
|
info: "{{ page.incidentDate }}"
|
|
|
|
|
superPinnedInvestigation:
|
|
|
|
|
label: Super pin (home)
|
|
|
|
|
type: pages
|
|
|
|
|
query: page('enquetes').children.listed
|
|
|
|
|
multiple: false
|
|
|
|
|
max: 1
|
|
|
|
|
layout: list
|
|
|
|
|
text: "{{ page.title }}"
|
|
|
|
|
info: "{{ page.incidentDate }}"
|
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
|