Compare commits
2 commits
a933745dd4
...
a3806811a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3806811a9 | ||
|
|
6caa69a30a |
13 changed files with 51 additions and 12 deletions
|
|
@ -5,6 +5,7 @@ fields:
|
|||
whitePaper:
|
||||
label: Livre blanc
|
||||
type: pages
|
||||
translate: false
|
||||
max: 1
|
||||
query: site.find('livres-blancs').children
|
||||
image:
|
||||
|
|
@ -13,8 +14,10 @@ fields:
|
|||
bgColor:
|
||||
label: Couleur de fond
|
||||
type: color
|
||||
translate: false
|
||||
default: "#ffffff"
|
||||
textColor:
|
||||
label: Couleur de texte
|
||||
type: color
|
||||
translate: false
|
||||
default: "#000000"
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ tabs:
|
|||
extends: blocks/video
|
||||
team:
|
||||
type: files
|
||||
translate: false
|
||||
label: Membres de l'équipe
|
||||
layout: cards
|
||||
size: medium
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ tabs:
|
|||
relatedArticles:
|
||||
label: Articles recommandés
|
||||
type: pages
|
||||
translate: false
|
||||
query: site.find('blog').children.listed
|
||||
max: 3
|
||||
help: "Articles similaires à afficher en bas de page"
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ tabs:
|
|||
featured:
|
||||
label: Article à la une
|
||||
type: pages
|
||||
translate: false
|
||||
query: site.find('blog').children.listed
|
||||
max: 1
|
||||
layout: cards
|
||||
|
|
@ -48,6 +49,7 @@ tabs:
|
|||
articles:
|
||||
label: Articles
|
||||
type: pages
|
||||
translate: false
|
||||
layout: cards
|
||||
sortBy: published desc
|
||||
template: article
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ tabs:
|
|||
template: default
|
||||
files:
|
||||
type: files
|
||||
translate: false
|
||||
|
||||
files: tabs/files
|
||||
seo: seo/page
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ tabs:
|
|||
thumbnail:
|
||||
label: Vignette
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
size: small
|
||||
max: 1
|
||||
|
|
@ -66,6 +67,7 @@ tabs:
|
|||
help: Laissez vide pour afficher "à venir / coming soon"
|
||||
translate: false
|
||||
type: url
|
||||
translate: false
|
||||
- width: 3/10
|
||||
fields:
|
||||
preview:
|
||||
|
|
@ -82,6 +84,7 @@ tabs:
|
|||
backgroundImage:
|
||||
label: Image d'arrière-plan
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
layout: cards
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ tabs:
|
|||
label: Lien du bouton CTA
|
||||
help: CTA pour call to action
|
||||
type: pages
|
||||
translate: false
|
||||
max: 1
|
||||
- width: 1/2
|
||||
sections:
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ tabs:
|
|||
sections:
|
||||
gamesList:
|
||||
type: pages
|
||||
translate: false
|
||||
headline: Liste des jeux
|
||||
layout: cards
|
||||
size: medium
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ tabs:
|
|||
backgroundImage:
|
||||
label: Image d'arrière-plan
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
multiple: false
|
||||
uploads:
|
||||
|
|
@ -34,6 +35,7 @@ tabs:
|
|||
sections:
|
||||
projectsList:
|
||||
type: pages
|
||||
translate: false
|
||||
headline: Liste des projets
|
||||
layout: cards
|
||||
size: small
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ tabs:
|
|||
columns:
|
||||
# Colonne principale
|
||||
main:
|
||||
width: 2/3
|
||||
width: 3/4
|
||||
sections:
|
||||
# Informations principales
|
||||
info:
|
||||
|
|
@ -58,6 +58,7 @@ tabs:
|
|||
keywords:
|
||||
label: Mots clés
|
||||
type: structure
|
||||
width: 1/2
|
||||
fields:
|
||||
label:
|
||||
label: Label
|
||||
|
|
@ -73,6 +74,7 @@ tabs:
|
|||
externalLinks:
|
||||
label: Liens externes
|
||||
type: structure
|
||||
width: 1/2
|
||||
fields:
|
||||
label:
|
||||
label: Nom du bouton
|
||||
|
|
@ -89,6 +91,17 @@ tabs:
|
|||
images:
|
||||
type: fields
|
||||
fields:
|
||||
mockupPosition:
|
||||
label: Position du mockup
|
||||
type: radio
|
||||
translate: false
|
||||
default: center
|
||||
options:
|
||||
- value: center
|
||||
text: Centre
|
||||
- value: left
|
||||
text: Gauche
|
||||
width: 2/3
|
||||
mockup:
|
||||
width: 1/3
|
||||
label: Image de mise en situation
|
||||
|
|
@ -108,7 +121,7 @@ tabs:
|
|||
|
||||
# Sidebar
|
||||
sidebar:
|
||||
width: 1/3
|
||||
width: 1/4
|
||||
sections:
|
||||
meta:
|
||||
type: fields
|
||||
|
|
@ -136,6 +149,7 @@ tabs:
|
|||
imagesGallery:
|
||||
label: Galerie d'images
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
size: small
|
||||
min: 6
|
||||
|
|
@ -152,6 +166,7 @@ tabs:
|
|||
galleryAnimationMode:
|
||||
label: Sens de l'animation
|
||||
type: toggles
|
||||
translate: false
|
||||
default: vertical
|
||||
options:
|
||||
- value: vertical
|
||||
|
|
@ -161,19 +176,10 @@ tabs:
|
|||
text: Horizontal
|
||||
icon: arrow-left-right
|
||||
help: "Direction du défilement des images dans la galerie animée"
|
||||
mockupPosition:
|
||||
label: Position du mockup
|
||||
type: toggles
|
||||
default: center
|
||||
options:
|
||||
- value: center
|
||||
text: Centre
|
||||
- value: left
|
||||
text: Gauche
|
||||
help: "Position du mockup sur la page"
|
||||
secondsPerImage:
|
||||
label: Durée de l'animation
|
||||
type: range
|
||||
translate: false
|
||||
default: 8
|
||||
min: 3
|
||||
max: 12
|
||||
|
|
@ -188,6 +194,7 @@ tabs:
|
|||
galleryBackgroundImage:
|
||||
label: Image d'arrière-plan
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
multiple: false
|
||||
files: tabs/files
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ tabs:
|
|||
items:
|
||||
label: Livres blancs
|
||||
type: pages
|
||||
translate: false
|
||||
layout: cards
|
||||
sortBy: published desc
|
||||
template: white-paper
|
||||
|
|
@ -50,6 +51,7 @@ tabs:
|
|||
contactDatabase:
|
||||
label: Ont téléchargé un livre blanc
|
||||
type: structure
|
||||
translate: false
|
||||
columns:
|
||||
firstName:
|
||||
label: Prénom
|
||||
|
|
@ -71,22 +73,28 @@ tabs:
|
|||
firstName:
|
||||
label: Prénom
|
||||
type: text
|
||||
translate: false
|
||||
required: true
|
||||
lastName:
|
||||
label: Nom
|
||||
type: text
|
||||
translate: false
|
||||
required: true
|
||||
company:
|
||||
label: Société
|
||||
type: text
|
||||
translate: false
|
||||
role:
|
||||
label: Fonction
|
||||
type: text
|
||||
translate: false
|
||||
email:
|
||||
type: email
|
||||
translate: false
|
||||
required: true
|
||||
downloadedAt:
|
||||
type: text
|
||||
translate: false
|
||||
label: Date
|
||||
|
||||
files: tabs/files
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ tabs:
|
|||
sections:
|
||||
navigation:
|
||||
type: pages
|
||||
translate: false
|
||||
label: Menu
|
||||
help: Accédez aux pages et réordonnez-les
|
||||
layout: list
|
||||
|
|
@ -39,16 +40,19 @@ tabs:
|
|||
label: Nom
|
||||
required: true
|
||||
type: text
|
||||
translate: false
|
||||
width: 1/3
|
||||
placeholder: "Ex: LinkedIn, Instagram..."
|
||||
url:
|
||||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
translate: false
|
||||
width: 1/3
|
||||
picto:
|
||||
label: Icône SVG
|
||||
type: textarea
|
||||
translate: false
|
||||
width: 1/3
|
||||
buttons: false
|
||||
size: small
|
||||
|
|
@ -87,6 +91,7 @@ tabs:
|
|||
footerLogo:
|
||||
label: Logo statique
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
image:
|
||||
back: rgba(0,0,0, 0)
|
||||
|
|
@ -105,6 +110,7 @@ tabs:
|
|||
faviconICO:
|
||||
label: Version icône (.ico)
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
uploads: fav-ico
|
||||
layout: cards
|
||||
|
|
@ -112,6 +118,7 @@ tabs:
|
|||
faviconPNG:
|
||||
label: Version PNG 96x96 pixels
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
layout: cards
|
||||
uploads: fav-png
|
||||
|
|
@ -119,6 +126,7 @@ tabs:
|
|||
faviconSVG:
|
||||
label: Version SVG
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
uploads: fav-svg
|
||||
layout: cards
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@ columns:
|
|||
filesSection:
|
||||
label: Fichiers
|
||||
type: files
|
||||
translate: false
|
||||
batch: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue