dmitrybubyakin / nova-medialibrary-field

Laravel Nova field for managing the Spatie media library
MIT License
264 stars 61 forks source link

How to change the order of existing images/files? #115

Closed ghost closed 3 years ago

ghost commented 3 years ago

If I click on the button that selects existing media, I want the list ordered by the last updated.

How to change the order?

dmitrybubyakin commented 3 years ago

@JonathanDoelan https://github.com/dmitrybubyakin/nova-medialibrary-field/blob/master/src/Fields/Medialibrary.php#L102

ghost commented 3 years ago

@dmitrybubyakin Thx! Did not see that ;)