About the Documentation Feedback category

Welcome to the Documentation Feedback category! This is the place to provide feedback about our existing documentation, request new documentation, and let us know what articles and guides you found helpful.

Visit our documentation website: CloudCannon Documentation.

Hey David, don’t know if I need to open a new topics, but here is a missing key in the collections_config

sort Object<sort>

This key defines the default sorting option in a Collection browser.

ex:

collections_config:
  blog
    sort:
      key: date
      order: descending

I was looking for a way to set a default sorting by publishedDate for our blog articles, but found that tips in the last example of that page :