world-game/site/blueprints/pages/expertise.yml
isUnknown 58c31ea391
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
feat: intégration plugin Kirby SEO
- Ajout de tobimori/kirby-seo via Composer
- snippet('seo/head') dans header.php (remplace les meta manuels)
- snippet('seo/schemas') dans footer.php pour JSON-LD
- Onglet SEO ajouté dans site.yml et tous les blueprints de pages
- Configuration SEO dans config.php (sitemap, robots, canonicalBase TODO)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 12:59:18 +01:00

78 lines
1.9 KiB
YAML

title: Expertise
icon: text-left
image:
back: #fff
color: var(--color-green)
options:
delete: false
duplicate: false
move: false
changeTemplate: false
tabs:
content:
label: Contenu
icon: text
columns:
- width: 1/2
sections:
content:
type: fields
fields:
writer:
label: Titre
type: writer
nodes: false
marks:
- bold
- italic
- green
- pixel
- underline
- strike
- clear
- link
required: true
help: "Ex: PLAY THE REAL."
body:
label: Corps
type: blocks
fieldsets:
text:
extends: blocks/text
fields:
text:
marks:
- bold
- italic
- green
- pixel
- underline
- strike
- clear
- link
nodes:
- heading
headings:
- 3
- width: 1/2
fields:
backgroundVideo:
label: Vidéo d'arrière-plan (sens normal)
type: files
max: 1
accept: video/*
translate: false
uploads:
template: video
width: 1/2
backgroundVideoReverse:
label: Vidéo d'arrière-plan (sens inverse)
type: files
max: 1
accept: video/*
translate: false
uploads:
template: video
width: 1/2
seo: seo/page