0

I understand it's not currently possible to sort collections via the UI in Netlify CMS, but can someone tell me how it's currently sorting markdown files? I thought it was by filename at first, but that isn't 100% accurate.

nratter
  • 397
  • 4
  • 14
  • For non coding questions, better to ask in https://community.netlify.com/c/netlify-platform/netlify-cms – talves Sep 24 '19 at 16:05

1 Answers1

0

You can define sortableFields in the config.yml. That will let you sort by date, title etc.

This was only added a few months ago though, in #3494, so you'll have to update to the latest version to get that feature.

Luke Storry
  • 6,032
  • 1
  • 9
  • 22