Replies: 2 comments
-
This is the demo config: https://github.com/decaporg/decap-cms/blob/main/dev-test/config.yml I don't have the answer to your main question right now, sorry |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the config - that will be useful. Doesn't seem to be anything in there on the view_groups that is different from what I'm doing though... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the demo site - https://demo.decapcms.org - I noticed the "group by" feature on the posts collection, so I looked it up in the docs and added it to my site.
However, on the demo site, "group by year" orders the years in descending order (latest first), whereas mine is oldest first. I can't see an option for setting a sort order on the groups, either in the docs or by looking through the code.
Any ideas?
Also, is there somewhere we can see the config.yml file for the demo site? I think it would be very instructive...
Beta Was this translation helpful? Give feedback.
All reactions