Hi
I thought it was possible to sort by multiple parameters in a structure field?
This only works for date or time separately, but not if I combine them.
(yes, I need date and time in separate fields)
events:
label: Events
type: structure
sortBy: date asc time asc
fields:
title:
label: Titel
type: text
date:
label: Datum
type: date
time:
label: Zeit (LT)
type: time
step: 5
i am having the same problem and are wondering if this feature has been added to Kirby in the meantime and if not how this can be solved with page.update:after?
thx!