Panel: Order subpages in panel on title instead of slug?

Right now in the panel, the list of pages in a page is ordered on slug – but they are named by their title… Which is a little confusing for my editors…

Is it possible to order them based on title instead?

Yes, like this:

pages:
  sort: title asc

You can even sort by different fields

pages:
  sort: title asc date desc
2 Likes