world-game/site/blueprints/pages/about.yml
2026-01-14 12:15:46 +01:00

76 lines
1.8 KiB
YAML

title: À propos
icon: users
tabs:
# Contenu
content:
label: Contenu
icon: text
columns:
- width: 2/3
fields:
intro:
type: writer
nodes:
- heading
headings:
- 1
buttons: false
help: Section de texte centrée.
body:
type: blocks
fieldsets:
- type: text
extends: blocks/text
fields:
text:
type: writer
nodes:
- heading
headings:
- h3
- width: 1/3
sections:
team:
type: fields
fields:
team_members:
label: Membres de l'équipe
type: structure
fields:
name:
label: Nom
type: text
required: true
width: 1/2
role:
label: Poste
type: text
required: true
width: 1/2
help: "Ex: CEO & Co-Founder"
photo:
label: Photo
type: files
max: 1
accept: image/*
uploads:
template: image
# SEO
seo:
label: SEO
icon: search
sections:
meta:
type: fields
fields:
meta_title:
label: Meta Title
type: text
meta_description:
label: Meta Description
type: textarea
size: small
maxlength: 160