2025-10-07 16:21:26 +02:00
|
|
|
title: Accueil
|
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
|
|
|
|
|
|
|
|
tabs:
|
|
|
|
|
contentTab:
|
|
|
|
|
label: Contenu
|
|
|
|
|
icon: page
|
2026-02-11 12:02:12 +01:00
|
|
|
fields:
|
2026-02-26 15:23:39 +01:00
|
|
|
sections:
|
|
|
|
|
label: Sections
|
|
|
|
|
type: structure
|
|
|
|
|
fields:
|
|
|
|
|
baseline:
|
|
|
|
|
label: Baseline (colonne gauche)
|
|
|
|
|
type: text
|
|
|
|
|
width: 1/1
|
|
|
|
|
buttonText:
|
|
|
|
|
label: Texte du bouton
|
|
|
|
|
type: text
|
|
|
|
|
width: 1/2
|
|
|
|
|
buttonLink:
|
|
|
|
|
label: Lien du bouton
|
|
|
|
|
type: url
|
|
|
|
|
width: 1/2
|
|
|
|
|
contentType:
|
|
|
|
|
label: Type de contenu
|
|
|
|
|
type: select
|
|
|
|
|
required: true
|
|
|
|
|
options:
|
|
|
|
|
investigations: "Enquêtes"
|
|
|
|
|
impacts: Impacts
|
|
|
|
|
packages: Dossiers
|
|
|
|
|
projects: "Projets (Lab)"
|
|
|
|
|
news: "Brèves"
|
|
|
|
|
width: 1/2
|
|
|
|
|
count:
|
|
|
|
|
label: "Nombre d'éléments (min. 4)"
|
|
|
|
|
type: number
|
|
|
|
|
min: 4
|
|
|
|
|
default: 6
|
|
|
|
|
width: 1/2
|
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
|