mise en place du début du back
This commit is contained in:
parent
5210d78d7d
commit
c1c4fda329
22 changed files with 1595 additions and 4 deletions
79
site/blueprints/pages/about.yml
Normal file
79
site/blueprints/pages/about.yml
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue