Revert "Fix: affichage cards articles blog dans le panel"
This reverts commit f7e58e629a.
This commit is contained in:
parent
f7e58e629a
commit
144a191e03
1 changed files with 7 additions and 2 deletions
|
|
@ -43,12 +43,17 @@ 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') }}"
|
||||||
articles:
|
articlesList:
|
||||||
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
|
||||||
cover: true
|
|
||||||
ratio: 16/9
|
ratio: 16/9
|
||||||
|
cover: true
|
||||||
|
template: article
|
||||||
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