world-game/site/blueprints/pages/about.yml

79 lines
2 KiB
YAML

title: À propos
icon: users
tabs:
# Contenu
content:
label: Contenu
icon: text
columns:
- width: 2/3
sections:
intro:
type: fields
fields:
intro_headline:
type: headline
label: Introduction
intro_title:
label: Titre principal
type: text
required: true
help: "Ex: NOUS FAISONS JOUER LE MONDE."
intro_text:
label: Sous-titre
type: textarea
size: small
principal_text:
label: Texte principal
type: textarea
size: small
- width: 1/3
sections:
team:
type: fields
fields:
team_headline:
type: headline
label: Équipe
team_title:
label: Titre section Équipe
type: text
default: "Notre Équipe"
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
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