blueprints : add translate: false to all non-translatable fields
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a933745dd4
commit
6caa69a30a
13 changed files with 31 additions and 0 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
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ tabs:
|
|||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
translate: false
|
||||
width: 1/2
|
||||
|
||||
images:
|
||||
|
|
@ -136,6 +137,7 @@ tabs:
|
|||
imagesGallery:
|
||||
label: Galerie d'images
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
size: small
|
||||
min: 6
|
||||
|
|
@ -152,6 +154,7 @@ tabs:
|
|||
galleryAnimationMode:
|
||||
label: Sens de l'animation
|
||||
type: toggles
|
||||
translate: false
|
||||
default: vertical
|
||||
options:
|
||||
- value: vertical
|
||||
|
|
@ -164,6 +167,7 @@ tabs:
|
|||
mockupPosition:
|
||||
label: Position du mockup
|
||||
type: toggles
|
||||
translate: false
|
||||
default: center
|
||||
options:
|
||||
- value: center
|
||||
|
|
@ -174,6 +178,7 @@ tabs:
|
|||
secondsPerImage:
|
||||
label: Durée de l'animation
|
||||
type: range
|
||||
translate: false
|
||||
default: 8
|
||||
min: 3
|
||||
max: 12
|
||||
|
|
@ -188,6 +193,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
|
||||
|
|
@ -79,11 +80,13 @@ tabs:
|
|||
company:
|
||||
label: Société
|
||||
type: text
|
||||
translate: false
|
||||
role:
|
||||
label: Fonction
|
||||
type: text
|
||||
email:
|
||||
type: email
|
||||
translate: false
|
||||
required: true
|
||||
downloadedAt:
|
||||
type: text
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ tabs:
|
|||
sections:
|
||||
navigation:
|
||||
type: pages
|
||||
translate: false
|
||||
label: Menu
|
||||
help: Accédez aux pages et réordonnez-les
|
||||
layout: list
|
||||
|
|
@ -45,6 +46,7 @@ tabs:
|
|||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
translate: false
|
||||
width: 1/3
|
||||
picto:
|
||||
label: Icône SVG
|
||||
|
|
@ -87,6 +89,7 @@ tabs:
|
|||
footerLogo:
|
||||
label: Logo statique
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
image:
|
||||
back: rgba(0,0,0, 0)
|
||||
|
|
@ -105,6 +108,7 @@ tabs:
|
|||
faviconICO:
|
||||
label: Version icône (.ico)
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
uploads: fav-ico
|
||||
layout: cards
|
||||
|
|
@ -112,6 +116,7 @@ tabs:
|
|||
faviconPNG:
|
||||
label: Version PNG 96x96 pixels
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
layout: cards
|
||||
uploads: fav-png
|
||||
|
|
@ -119,6 +124,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