Sortablefile module (now available for SilverStripe 4)

Now you can sort files attached via UploadField in SilverStripe 4 as well.

The module has just been released as alpha. To install, use:

composer require bummzack/sortablefile ^2@dev

Caveat: Only available for 4.1+ and you’ll currently have to install the dev branch of asset-admin (this should automatically happen when you install the module as outlined above).

4 Likes

This module is now released as 2.0 (since SilverStripe 4.1 is now officially released too).

composer require bummzack/sortablefile ^2.0
2 Likes