blueprints : add translate: false to all non-translatable fields

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-04-21 15:01:22 +02:00
parent a933745dd4
commit 6caa69a30a
13 changed files with 31 additions and 0 deletions

View file

@ -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"