Hey there
I’m not sure if I am making a mistake or discovered a bug.
I have a Blog site with multiple blog article subpages. I would like to have the blog articles sorted by their “datetime” tag (in the panel). But the Kirby panel does not seem to name them accordingly, neither is the file structure.
I am using Kirby:
Toolkit version: 2.5.12
Kirby version: 2.5.12
Panel version: 2.5.12
here are the blueprints:
Blog:
title: Blog
icon: book
pages:
template: blogarticle
sort: datetime desc
num:
mode: datetime
field: datetime
format: d-m-y H
display: d-m-y H
fields:
title:
label: Title
type: text
Blogarticle:
title: Blogarticle
icon: file
pages: default
fields:
title:
label: Title
type: text
tags:
label: Tags (Fach)
type: tags
datetime:
label: Date and Time
type: datetime
default: now
date:
format: DD-MM-YYYY
time:
format: 24
text:
label: Text
type: textarea
And the panel looks like this:
!While the file structure still is numbered (1-data-mapping, 2-embodied-ideation…)
Am I missing something?
Greetings M.