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
|
|
@ -8,6 +8,7 @@ tabs:
|
|||
sections:
|
||||
navigation:
|
||||
type: pages
|
||||
translate: false
|
||||
label: Menu
|
||||
help: Accédez aux pages et réordonnez-les
|
||||
layout: list
|
||||
|
|
@ -45,6 +46,7 @@ tabs:
|
|||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
translate: false
|
||||
width: 1/3
|
||||
picto:
|
||||
label: Icône SVG
|
||||
|
|
@ -87,6 +89,7 @@ tabs:
|
|||
footerLogo:
|
||||
label: Logo statique
|
||||
type: files
|
||||
translate: false
|
||||
layout: cards
|
||||
image:
|
||||
back: rgba(0,0,0, 0)
|
||||
|
|
@ -105,6 +108,7 @@ tabs:
|
|||
faviconICO:
|
||||
label: Version icône (.ico)
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
uploads: fav-ico
|
||||
layout: cards
|
||||
|
|
@ -112,6 +116,7 @@ tabs:
|
|||
faviconPNG:
|
||||
label: Version PNG 96x96 pixels
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
layout: cards
|
||||
uploads: fav-png
|
||||
|
|
@ -119,6 +124,7 @@ tabs:
|
|||
faviconSVG:
|
||||
label: Version SVG
|
||||
type: files
|
||||
translate: false
|
||||
multiple: false
|
||||
uploads: fav-svg
|
||||
layout: cards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue