Fix: affichage cards articles blog dans le panel
- Ajout image query/cover/ratio sur la section articles (même config que la section featured) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
34635f7982
commit
f7e58e629a
1 changed files with 2 additions and 7 deletions
|
|
@ -43,17 +43,12 @@ tabs:
|
||||||
cover: true
|
cover: true
|
||||||
ratio: 16/9
|
ratio: 16/9
|
||||||
info: "{{ page.date.toDate('d/m/Y') }}"
|
info: "{{ page.date.toDate('d/m/Y') }}"
|
||||||
articlesList:
|
articles:
|
||||||
label: Articles
|
label: Articles
|
||||||
type: pages
|
type: pages
|
||||||
headline: Liste des articles
|
|
||||||
layout: cards
|
layout: cards
|
||||||
size: full
|
|
||||||
image:
|
image:
|
||||||
query: page.cover.toFile
|
query: page.cover.toFile
|
||||||
ratio: 16/9
|
|
||||||
cover: true
|
cover: true
|
||||||
template: article
|
ratio: 16/9
|
||||||
info: "{{ page.date.toDate('d/m/Y') }}"
|
info: "{{ page.date.toDate('d/m/Y') }}"
|
||||||
create: article
|
|
||||||
sortBy: date desc
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue