Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
130 stars 86 forks source link

Improve sorting of mask elements in the backend module #493

Open m41r opened 2 years ago

m41r commented 2 years ago

In the mask backend panel, the content elements are sorted by creation order - which is sometimes a bit impractical. An ordering with the label or key of the element would be IMHO more helpful.

Maybe you could add a button with which we can choose how to sort the list, with variants like:

I saw there is a sorting property in the mask.json which we can manually change, but this feels also impractical and maybe i'm doing more harm than good ;)

nhovratov commented 2 years ago

Hey, thanks for the feature request. Yes you are correct, right now elements are sorted in creation order. This is how it always worked. The sorting property, which you found, was added recently in preparation for a future manual sorting in the backend.

Adding the possibility to order the elements in the Mask module by key or label wouldn't be too hard. Good idea!

m41r commented 2 years ago

Awesome! Thank you :)

nhovratov commented 1 year ago

@birgitberlin Please create a new issue. This here is about the sorting inside the Mask module.

creativekallol commented 1 year ago

@nhovratov Any update on this? In one of my projects client has 16 mask elements. It is essential to order it by title (A-Z). Would be cool if this sorting feature inside the Mask module is added.

nhovratov commented 1 year ago

No, I don't have the resources to work on new features right now, as I'm occupied with Content Blocks. You can however already adjust the sorting by manually setting the sorting key in the mask json file.

TheRealMadMesi commented 7 months ago

@nhovratov Any update here? Would be a nice feature.

nhovratov commented 7 months ago

@TheRealMadMesi Currently there will be no new features developed for Mask. I'm focusing on Content Blocks for Core right now.