I am trying to get a channel to sort in ascending order. Here is what I have in the routes.yaml file.
/fairytalemixtape/:
controller: channel
filter: tag:fairytale-mixtape
template: fairytalemixtape
order: asc
Everything is working except for the sort order. It was working and now for some reason it’s not.
Any thoughts?
Thanks