2026-02-10 16:13:01 +01:00
|
|
|
title: Impact
|
|
|
|
|
|
|
|
|
|
tabs:
|
|
|
|
|
contentTab:
|
2026-02-24 17:05:22 +01:00
|
|
|
label: Contenu
|
|
|
|
|
icon: page
|
|
|
|
|
columns:
|
|
|
|
|
- width: 2/6
|
|
|
|
|
sections:
|
|
|
|
|
createdSection:
|
|
|
|
|
type: fields
|
|
|
|
|
fields:
|
|
|
|
|
created:
|
|
|
|
|
label: Date de publication
|
|
|
|
|
type: date
|
|
|
|
|
display: DD / MM / YYYY
|
|
|
|
|
default: today
|
|
|
|
|
width: 1/2
|
|
|
|
|
category:
|
|
|
|
|
label: Catégorie
|
|
|
|
|
type: tags
|
|
|
|
|
max: 1
|
|
|
|
|
options: query
|
|
|
|
|
query: page('database').impactCategories.split
|
|
|
|
|
cover:
|
|
|
|
|
label: Image de couverture
|
|
|
|
|
type: files
|
|
|
|
|
multiple: false
|
|
|
|
|
layout: cards
|
|
|
|
|
image:
|
|
|
|
|
ratio: 12/7
|
|
|
|
|
cover: true
|
2026-02-26 21:52:14 +01:00
|
|
|
help: Optionnelle — utilisée dans la liste des impacts. Format 16/9.
|
2026-02-24 17:05:22 +01:00
|
|
|
|
|
|
|
|
- width: 4/6
|
|
|
|
|
fields:
|
|
|
|
|
chapo:
|
|
|
|
|
label: Chapeau
|
|
|
|
|
type: writer
|
|
|
|
|
nodes: false
|
|
|
|
|
marks:
|
|
|
|
|
- bold
|
|
|
|
|
- italic
|
|
|
|
|
linkedInvestigations:
|
|
|
|
|
label: Enquêtes liées
|
|
|
|
|
type: pages
|
|
|
|
|
query: page('enquetes').children.listed
|
|
|
|
|
multiple: true
|
|
|
|
|
layout: list
|
|
|
|
|
text: "{{ page.title }}"
|
|
|
|
|
info: "{{ page.created }}"
|
|
|
|
|
body:
|
|
|
|
|
label: Corps
|
|
|
|
|
type: blocks
|
|
|
|
|
fieldsets:
|
|
|
|
|
- heading
|
|
|
|
|
- text
|
|
|
|
|
- image
|
|
|
|
|
- beforeafter
|
|
|
|
|
- video
|
|
|
|
|
- gallery
|
|
|
|
|
- insert
|
|
|
|
|
|
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
|