In the gallery content element you already have a field for various sorting options (filename, filesize, last modification date, etc).
An editor asked if it would be possible to sort the image in an descending (filename) order?
There is no sorting direction field in this element.
You can add sorting.direction = descending to the fileprocessor but then every gallery is sorted in that direction.
It would be better to have a dedicated field, where you can change the sorting direction, like you have in the uploads field with sorting.direction.field = filelink_sorting_direction
Would it be possible to add that same field to the gallery content element?
Feature Request
In the gallery content element you already have a field for various sorting options (filename, filesize, last modification date, etc). An editor asked if it would be possible to sort the image in an descending (filename) order?
There is no sorting direction field in this element.
You can add
sorting.direction = descending
to the fileprocessor but then every gallery is sorted in that direction.It would be better to have a dedicated field, where you can change the sorting direction, like you have in the uploads field with
sorting.direction.field = filelink_sorting_direction
Would it be possible to add that same field to the gallery content element?