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
59
site/blueprints/pages/home.yml
Normal file
59
site/blueprints/pages/home.yml
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
title: Accueil
|
||||
icon: home
|
||||
|
||||
tabs:
|
||||
# Hero Section
|
||||
hero:
|
||||
label: Hero
|
||||
icon: star
|
||||
columns:
|
||||
- width: 2/3
|
||||
sections:
|
||||
hero_content:
|
||||
type: fields
|
||||
fields:
|
||||
hero_title:
|
||||
label: Titre principal
|
||||
type: text
|
||||
required: true
|
||||
help: "Ex: PLAY TO ENGAGE"
|
||||
hero_subtitle:
|
||||
label: Sous-titre
|
||||
type: textarea
|
||||
size: small
|
||||
help: "Ex: Nous transformons les interactions en défis pertinents et gratifiants"
|
||||
hero_cta_text:
|
||||
label: Texte du bouton CTA
|
||||
type: text
|
||||
default: Explorer
|
||||
hero_cta_link:
|
||||
label: Lien du bouton CTA
|
||||
type: pages
|
||||
max: 1
|
||||
- width: 1/3
|
||||
sections:
|
||||
media:
|
||||
type: fields
|
||||
fields:
|
||||
video:
|
||||
label: Vidéo d'arrière-plan
|
||||
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