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

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