world-game/site/blueprints/pages/home.yml
isUnknown 4d425dd126
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s
fix home subtitle
2026-03-17 10:34:29 +01:00

84 lines
2.4 KiB
YAML

title: Accueil
icon: home
status:
draft:
label: Brouillon
text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret
listed:
label: Public
text: La page est accessible par tout le monde
tabs:
# Hero Section
hero:
label: Contenu
icon: text
columns:
- width: 2/3
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/3
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
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
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
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