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
|
|
@ -84,6 +84,7 @@ tabs:
|
|||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
translate: false
|
||||
width: 1/2
|
||||
|
||||
images:
|
||||
|
|
@ -136,6 +137,7 @@ tabs:
|
|||
imagesGallery:
|
||||
label: Galerie d'images
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
size: small
|
||||
min: 6
|
||||
|
|
@ -152,6 +154,7 @@ tabs:
|
|||
galleryAnimationMode:
|
||||
label: Sens de l'animation
|
||||
type: toggles
|
||||
translate: false
|
||||
default: vertical
|
||||
options:
|
||||
- value: vertical
|
||||
|
|
@ -164,6 +167,7 @@ tabs:
|
|||
mockupPosition:
|
||||
label: Position du mockup
|
||||
type: toggles
|
||||
translate: false
|
||||
default: center
|
||||
options:
|
||||
- value: center
|
||||
|
|
@ -174,6 +178,7 @@ tabs:
|
|||
secondsPerImage:
|
||||
label: Durée de l'animation
|
||||
type: range
|
||||
translate: false
|
||||
default: 8
|
||||
min: 3
|
||||
max: 12
|
||||
|
|
@ -188,6 +193,7 @@ tabs:
|
|||
galleryBackgroundImage:
|
||||
label: Image d'arrière-plan
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
multiple: false
|
||||
files: tabs/files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue