I am trying to sort a structure field by date so new items go at the top.
blueprint:
fields:
messages:
label: Messages
type: structure
sortBy: date desc
fields:
date:
label: Date
type: text
message:
label: message
type: textarea
My date field is set in a route like this:
'date' => date("d-m-Y h:i:sa"),
The dates are set fine, but the structure field is not sorted