This is where I was thinking it was coming from
- name: 'blog'
label: 'Blog'
folder: 'app/content/blog'
create: true
slug: '{{slug}}'
format: 'json'
sort: 'publishedAt:desc'
fields:
- { label: Title, name: title, widget: string }
- { label: 'Published At', name: publishedAt, widget: date, format: 'Do MMM YYYY' }
- { label: Content, name: content, widget: markdown }
- { label: 'Featured Image', name: featuredImage, widget: image, required: false }
- { label: 'SEO Description', name: seoDescription, widget: text, required: false }
- { label: 'SEO Meta Image', name: seoMetaImage, widget: image, required: false }
But I guess thats just the netlify CMS backend then?
Yeah I figured it out, there was a helper that populated the store, I added my published property to that then just sorted it 