Most recent file first while keeping sortable in blueprint

Hi!

I have a gallery with a large amount of files. When the user adds a file, it should appear at the highest position in the panel, so it’s easy to modify its blueprint. This can be achieved with “sortBy modified desc”, but ideally I want to preserve the ability to sort the images. flip: true also seems to disable sorting.

Sadly manually sorting files in flipped order isn’t possible yet, but you might want to upvote the according feature request here.

Until it’s implemented using a hook (file.create:after) to change the sorting order of an uploaded file (like explained in this thread) looks like the best option we have :confused: