Sorting images in select modal window in panel

Is there a way to change the sorting order of images shown when you select one, i.e. in the modal window that opens? At the moment it seems to be alphabetic, but I’d rather have it sorted by upload or modification date.

They should be sorted according to the query you use, for example

query: page.images.sortBy('modified', 'desc')
2 Likes

Thanks Sonja :smile: