24 lines
512 B
YAML
24 lines
512 B
YAML
title: texts
|
|
|
|
columns:
|
|
- width: 1/2
|
|
fields:
|
|
categories:
|
|
type: tags
|
|
- width: 1/2
|
|
sections:
|
|
yearsSection:
|
|
label: Années
|
|
type: pages
|
|
template: year
|
|
sortBy: title desc
|
|
- width: 1/1
|
|
sections:
|
|
allTextsSection:
|
|
label: Tous les textes
|
|
type: pages
|
|
create: false
|
|
search: true
|
|
query: page.children.children
|
|
info: "{{ page.author.toPage.title }} [{{ page.category }}]"
|
|
sortBy: modified desc
|