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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue