thedevdojo/voyager

Sort images in Media Picker

Open

#4948 opened on May 21, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)PHP (11,817 stars) (2,652 forks)batch import
featurehelp wanted

Description

Version information

  • Laravel: v6.9.0
  • Voyager: v1.4.1
  • PHP: 7.2.19
  • Database: MySQL 5.7.24

Description of problem

I'm not sure if this is already a feature. I searched and searched without any luck. In the Create screen, when using the Media Picker, the sort is by name. It becomes very frustrating when you upload an image to the post, and then have to search for it because it is ordered by name by default.

Proposed solution

Possibility to set the Media Picker sort/order in the field settings where you set the other settings for the media picker.

Alternatives considered

None.

Additional context

Would be good to be able to set the sort on the general Media Picker (the one chosen from the sidebar) as well.

Contributor guide