world-game/site/blueprints/pages/home.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

89 lines
2.4 KiB
YAML

title: Accueil
icon: home
options:
delete: false
duplicate: false
move: false
changeTemplate: false
changeStatus: false
tabs:
# Hero Section
hero:
label: Contenu
icon: text
columns:
- width: 1/2
sections:
heroContent:
type: fields
fields:
subtitle:
label: Sous-titre
type: text
ctaText:
width: 1/2
label: Texte du bouton CTA
help: CTA pour call to action
type: text
default: Explorer
ctaLink:
width: 1/2
label: Lien du bouton CTA
help: CTA pour call to action
type: pages
max: 1
- width: 1/2
sections:
media:
type: fields
fields:
backgroundVideo:
label: Vidéo d'arrière-plan (desktop)
type: files
max: 1
accept: video/*
translate: false
image:
ratio: 16/9
cover: true
uploads:
template: video
width: 1/2
backgroundVideoMobile:
label: Vidéo d'arrière-plan (mobile)
type: files
max: 1
accept: video/*
translate: false
image:
ratio: 9/16
cover: true
uploads:
template: video
width: 1/2
backgroundVideoPoster:
label: Poster vidéo desktop
type: files
layout: cards
max: 1
accept: image/*
translate: false
image:
ratio: 16/9
cover: true
help: Image affichée au besoin pendant le chargement de la vidéo
width: 1/2
backgroundVideoMobilePoster:
label: Poster vidéo mobile
type: files
layout: cards
max: 1
accept: image/*
translate: false
image:
ratio: 9/16
cover: true
help: Image affichée au besoin pendant le chargement de la vidéo
width: 1/2
seo: seo/page