forked from quentin/quentin.dufour.io
fix sorting
This commit is contained in:
parent
751468de8e
commit
e21986a00e
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ collections:
|
||||||
preview: false
|
preview: false
|
||||||
create: true
|
create: true
|
||||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||||
|
sortable_fields:
|
||||||
|
fields: [ 'commit_date', 'date', 'title', 'author' ]
|
||||||
|
default:
|
||||||
|
field: commit_date
|
||||||
|
direction: Descending
|
||||||
view_filters:
|
view_filters:
|
||||||
- label: "Publié"
|
- label: "Publié"
|
||||||
field: status
|
field: status
|
||||||
|
|
Loading…
Reference in a new issue