Compare commits
No commits in common. "a3806811a9b586881e9effb4af7f8d67b264ce3f" and "a933745dd49ac7264c47b46a87d821dfe40c2515" have entirely different histories.
a3806811a9
...
a933745dd4
13 changed files with 12 additions and 51 deletions
|
|
@ -5,7 +5,6 @@ fields:
|
|||
whitePaper:
|
||||
label: Livre blanc
|
||||
type: pages
|
||||
translate: false
|
||||
max: 1
|
||||
query: site.find('livres-blancs').children
|
||||
image:
|
||||
|
|
@ -14,10 +13,8 @@ fields:
|
|||
bgColor:
|
||||
label: Couleur de fond
|
||||
type: color
|
||||
translate: false
|
||||
default: "#ffffff"
|
||||
textColor:
|
||||
label: Couleur de texte
|
||||
type: color
|
||||
translate: false
|
||||
default: "#000000"
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ tabs:
|
|||
extends: blocks/video
|
||||
team:
|
||||
type: files
|
||||
translate: false
|
||||
label: Membres de l'équipe
|
||||
layout: cards
|
||||
size: medium
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ 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,7 +37,6 @@ tabs:
|
|||
featured:
|
||||
label: Article à la une
|
||||
type: pages
|
||||
translate: false
|
||||
query: site.find('blog').children.listed
|
||||
max: 1
|
||||
layout: cards
|
||||
|
|
@ -49,7 +48,6 @@ tabs:
|
|||
articles:
|
||||
label: Articles
|
||||
type: pages
|
||||
translate: false
|
||||
layout: cards
|
||||
sortBy: published desc
|
||||
template: article
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ tabs:
|
|||
template: default
|
||||
files:
|
||||
type: files
|
||||
translate: false
|
||||
|
||||
files: tabs/files
|
||||
seo: seo/page
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ tabs:
|
|||
thumbnail:
|
||||
label: Vignette
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
size: small
|
||||
max: 1
|
||||
|
|
@ -67,7 +66,6 @@ tabs:
|
|||
help: Laissez vide pour afficher "à venir / coming soon"
|
||||
translate: false
|
||||
type: url
|
||||
translate: false
|
||||
- width: 3/10
|
||||
fields:
|
||||
preview:
|
||||
|
|
@ -84,7 +82,6 @@ tabs:
|
|||
backgroundImage:
|
||||
label: Image d'arrière-plan
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
layout: cards
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ tabs:
|
|||
label: Lien du bouton CTA
|
||||
help: CTA pour call to action
|
||||
type: pages
|
||||
translate: false
|
||||
max: 1
|
||||
- width: 1/2
|
||||
sections:
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ tabs:
|
|||
sections:
|
||||
gamesList:
|
||||
type: pages
|
||||
translate: false
|
||||
headline: Liste des jeux
|
||||
layout: cards
|
||||
size: medium
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ tabs:
|
|||
backgroundImage:
|
||||
label: Image d'arrière-plan
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
multiple: false
|
||||
uploads:
|
||||
|
|
@ -35,7 +34,6 @@ 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: 3/4
|
||||
width: 2/3
|
||||
sections:
|
||||
# Informations principales
|
||||
info:
|
||||
|
|
@ -58,7 +58,6 @@ tabs:
|
|||
keywords:
|
||||
label: Mots clés
|
||||
type: structure
|
||||
width: 1/2
|
||||
fields:
|
||||
label:
|
||||
label: Label
|
||||
|
|
@ -74,7 +73,6 @@ tabs:
|
|||
externalLinks:
|
||||
label: Liens externes
|
||||
type: structure
|
||||
width: 1/2
|
||||
fields:
|
||||
label:
|
||||
label: Nom du bouton
|
||||
|
|
@ -91,17 +89,6 @@ 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
|
||||
|
|
@ -121,7 +108,7 @@ tabs:
|
|||
|
||||
# Sidebar
|
||||
sidebar:
|
||||
width: 1/4
|
||||
width: 1/3
|
||||
sections:
|
||||
meta:
|
||||
type: fields
|
||||
|
|
@ -149,7 +136,6 @@ tabs:
|
|||
imagesGallery:
|
||||
label: Galerie d'images
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
size: small
|
||||
min: 6
|
||||
|
|
@ -166,7 +152,6 @@ tabs:
|
|||
galleryAnimationMode:
|
||||
label: Sens de l'animation
|
||||
type: toggles
|
||||
translate: false
|
||||
default: vertical
|
||||
options:
|
||||
- value: vertical
|
||||
|
|
@ -176,10 +161,19 @@ 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
|
||||
|
|
@ -194,7 +188,6 @@ tabs:
|
|||
galleryBackgroundImage:
|
||||
label: Image d'arrière-plan
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
multiple: false
|
||||
files: tabs/files
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ tabs:
|
|||
items:
|
||||
label: Livres blancs
|
||||
type: pages
|
||||
translate: false
|
||||
layout: cards
|
||||
sortBy: published desc
|
||||
template: white-paper
|
||||
|
|
@ -51,7 +50,6 @@ tabs:
|
|||
contactDatabase:
|
||||
label: Ont téléchargé un livre blanc
|
||||
type: structure
|
||||
translate: false
|
||||
columns:
|
||||
firstName:
|
||||
label: Prénom
|
||||
|
|
@ -73,28 +71,22 @@ 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,7 +8,6 @@ tabs:
|
|||
sections:
|
||||
navigation:
|
||||
type: pages
|
||||
translate: false
|
||||
label: Menu
|
||||
help: Accédez aux pages et réordonnez-les
|
||||
layout: list
|
||||
|
|
@ -40,19 +39,16 @@ 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
|
||||
|
|
@ -91,7 +87,6 @@ tabs:
|
|||
footerLogo:
|
||||
label: Logo statique
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
image:
|
||||
back: rgba(0,0,0, 0)
|
||||
|
|
@ -110,7 +105,6 @@ tabs:
|
|||
faviconICO:
|
||||
label: Version icône (.ico)
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
uploads: fav-ico
|
||||
layout: cards
|
||||
|
|
@ -118,7 +112,6 @@ tabs:
|
|||
faviconPNG:
|
||||
label: Version PNG 96x96 pixels
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
layout: cards
|
||||
uploads: fav-png
|
||||
|
|
@ -126,7 +119,6 @@ tabs:
|
|||
faviconSVG:
|
||||
label: Version SVG
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
uploads: fav-svg
|
||||
layout: cards
|
||||
|
|
|
|||
|
|
@ -13,5 +13,4 @@ columns:
|
|||
filesSection:
|
||||
label: Fichiers
|
||||
type: files
|
||||
translate: false
|
||||
batch: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue