tmsdev / Tms.Select

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

Make data source results sortable #6

Open jobee opened 3 years ago

jobee commented 3 years ago

By default, the Flow query will sort the results by index (position in nodetree). We need at least two more arguments to make sorting work.

dataSourceAdditionalData:
  sortByProperty: 'title'
  sortOrder: 'ASC'