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
|
|
@ -37,6 +37,7 @@ tabs:
|
|||
featured:
|
||||
label: Article à la une
|
||||
type: pages
|
||||
translate: false
|
||||
query: site.find('blog').children.listed
|
||||
max: 1
|
||||
layout: cards
|
||||
|
|
@ -48,6 +49,7 @@ tabs:
|
|||
articles:
|
||||
label: Articles
|
||||
type: pages
|
||||
translate: false
|
||||
layout: cards
|
||||
sortBy: published desc
|
||||
template: article
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue