I want to be able to change the order of the blog posts created using the AEM journal/blog component. After creating five posts and looking at the generated json, the configuration.sortOrder is equaled to "REVERSED_ORDER" which makes sense because by default it seems that the most recent posts should appear on the top.
My question is, what file do I update to change "REVERSED_ORDER" to some other value or is there somewhere where I can change the ordering of how my blog posts appear on my page.
I'm using AEM 6.3.
Solved! Go to Solution.
Views
Replies
Total Likes
Sorting in blogs is not allowed by design[0]. The configuration.sortOrder is an artifact of super entity. Sorting is allowed in forum(just to give you an example, why is it needed in super entity).
FYI - Any component, where sorting is supported, the settings can be modified in authoring [1].
Hope that helps,
Rahul
[0] - Blog Feature
[1] - Forum Feature (Refer configuring a forum)
Views
Replies
Total Likes
Sorting in blogs is not allowed by design[0]. The configuration.sortOrder is an artifact of super entity. Sorting is allowed in forum(just to give you an example, why is it needed in super entity).
FYI - Any component, where sorting is supported, the settings can be modified in authoring [1].
Hope that helps,
Rahul
[0] - Blog Feature
[1] - Forum Feature (Refer configuring a forum)
Views
Replies
Total Likes
Thank you very much for the reply!
Views
Replies
Total Likes
Views
Likes
Replies