I am trying to set the categories includelet to return the pages in a pre-determined order.
I have created two xowiki::Formpage objects, one called 'en:home' and one called 'en:mypage'. I need them to appear like this:
home | mypage
instead of like this as at present:
mypage | home
I have tried:
{{categories -decoration none -order_items_by section, asc}}
but this returns an unknown fieldname error upon rendering.
Is there a way to do this without resorting to hacking the living daylights out of the includelet SQL?
Richard