statamic / v2-hub

Statamic 2 - Feature Requests and Bug Reports
https://statamic.com
95 stars 5 forks source link

Order by custom field in the control panel and make it consistent in the dashboard. #2498

Open MichaelBrauner opened 4 years ago

MichaelBrauner commented 4 years ago

It would be great when it would be possible to order the collections even in the cp when u watch your collections and in the dashboard (widgets). Like: (in folder.yaml)

title: Stücke
fieldset: plays
template: plays 
order: jahr
columns:
  - title
  - jahr`

The columns of the collection should now be sorted (ordered) by "jahr". This should be consistent in the dashboard view (widget) and in the collection view. Also the chosen columns should be consistent in the dashboard.

EXTRA Maybe it would be also great to overwrite the settings for each widget in the dashboard. So first ordering and columns options are standard from the folder.yaml - but when u want some custom view in the widget - u can overwrite it.

But if the settings from folder.yaml would be able to order by custom fields and be consistent to the widgets it would be super!