tmsdev / Tms.Select

Select nodes instead of searching via reference editor in Neos CMS.
MIT License
5 stars 1 forks source link

feature: Group By a Property Name #14

Open paavo opened 1 year ago

paavo commented 1 year ago

I'd love to use GroupBy a Property.

groupBy: 'Your.Package:GroupType' # If it's just a parent nodetype
groupByPropertyName: 'category'   # In addition to `groupBy`, if you'd like to group by a reference field

If only groupByPropertyName is set, it will group the Nodes only by Property maybe?

as discussed @jobee