Add custom Order By option in Core List component
Hello All,
There is a requirement to add custom sort order date option in Core List v3 component as below.

Also we want this core List component should be restricted to fetch only Article and Article category templates. I know I need to extend core list component but I am unsure the way how to implement this. Do I need to re-write logic of core List component(java code) to fetch only article/article-category pages based on which kind of list we want like Fixed list or Child page or Tags and on top of that sort it by different option like custom sort oder or title or list modified? In this case I need to re-write all logic of core List interface. Is there any other way to achieve this?