Dear community,
when using the field for multiple attackment upload I'd like to alter the order of the files (alphabetically).
I even wrote a JavaScript using
but every time the view changes the sort-script had to be executed again (maybe thats because of the .json usage).
So how to perform this?
Kind regards,
- Corak
when using the field for multiple attackment upload I'd like to alter the order of the files (alphabetically).
I even wrote a JavaScript using
Code:
document.querySelectorAll('.attachment-block');
So how to perform this?
Kind regards,
- Corak
Comment