blueprints : make structure fields consistently translatable or not
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s
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:
parent
6caa69a30a
commit
a3806811a9
3 changed files with 22 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue