My client wishes to have the following, but I am unsure if it’s possible with the pages section.
Sort pages by creation date, desc, not modified. Is this property available?
After sorting the pages by creation, save the sorting of the pages list, then change the sorting to manual.
New entries should be sorted to the top, not the bottom.
Since the first time sorting would be a one-time thing, you would have to do that via a script. With flip you can reverse the sorting, which should add new ones to the top, I guess.
Thanks for the quick reply.
So does flip reverse the sorting or the placement of the items after creation in the list? I am a bit confused as the sortBy property also has the option to sort asc or desc.
Is there a created page property?
Not really sure how flip works in conjunction with sortBy. Flip is useful when you use default numbered sorting (and would be the only thing that works in combination with manual sorting anyway).
So if you want to sort manually, don’t use sortby
And no, there is no created page property. What you could do is add a (disabled) date field creationDate that defaults to now when the page is created.