blueprints : make structure fields consistently translatable or not
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-04-21 15:08:48 +02:00
parent 6caa69a30a
commit a3806811a9
3 changed files with 22 additions and 14 deletions

View file

@ -18,7 +18,7 @@ tabs:
columns: columns:
# Colonne principale # Colonne principale
main: main:
width: 2/3 width: 3/4
sections: sections:
# Informations principales # Informations principales
info: info:
@ -58,6 +58,7 @@ tabs:
keywords: keywords:
label: Mots clés label: Mots clés
type: structure type: structure
width: 1/2
fields: fields:
label: label:
label: Label label: Label
@ -73,6 +74,7 @@ tabs:
externalLinks: externalLinks:
label: Liens externes label: Liens externes
type: structure type: structure
width: 1/2
fields: fields:
label: label:
label: Nom du bouton label: Nom du bouton
@ -84,12 +86,22 @@ tabs:
label: URL label: URL
required: true required: true
type: url type: url
translate: false
width: 1/2 width: 1/2
images: images:
type: fields type: fields
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: mockup:
width: 1/3 width: 1/3
label: Image de mise en situation label: Image de mise en situation
@ -109,7 +121,7 @@ tabs:
# Sidebar # Sidebar
sidebar: sidebar:
width: 1/3 width: 1/4
sections: sections:
meta: meta:
type: fields type: fields
@ -164,17 +176,6 @@ tabs:
text: Horizontal text: Horizontal
icon: arrow-left-right icon: arrow-left-right
help: "Direction du défilement des images dans la galerie animée" help: "Direction du défilement des images dans la galerie animée"
mockupPosition:
label: Position du mockup
type: toggles
translate: false
default: center
options:
- value: center
text: Centre
- value: left
text: Gauche
help: "Position du mockup sur la page"
secondsPerImage: secondsPerImage:
label: Durée de l'animation label: Durée de l'animation
type: range type: range

View file

@ -51,6 +51,7 @@ tabs:
contactDatabase: contactDatabase:
label: Ont téléchargé un livre blanc label: Ont téléchargé un livre blanc
type: structure type: structure
translate: false
columns: columns:
firstName: firstName:
label: Prénom label: Prénom
@ -72,10 +73,12 @@ tabs:
firstName: firstName:
label: Prénom label: Prénom
type: text type: text
translate: false
required: true required: true
lastName: lastName:
label: Nom label: Nom
type: text type: text
translate: false
required: true required: true
company: company:
label: Société label: Société
@ -84,12 +87,14 @@ tabs:
role: role:
label: Fonction label: Fonction
type: text type: text
translate: false
email: email:
type: email type: email
translate: false translate: false
required: true required: true
downloadedAt: downloadedAt:
type: text type: text
translate: false
label: Date label: Date
files: tabs/files files: tabs/files

View file

@ -40,6 +40,7 @@ tabs:
label: Nom label: Nom
required: true required: true
type: text type: text
translate: false
width: 1/3 width: 1/3
placeholder: "Ex: LinkedIn, Instagram..." placeholder: "Ex: LinkedIn, Instagram..."
url: url:
@ -51,6 +52,7 @@ tabs:
picto: picto:
label: Icône SVG label: Icône SVG
type: textarea type: textarea
translate: false
width: 1/3 width: 1/3
buttons: false buttons: false
size: small size: small