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