I want to re-order the data in the page selector, but when I viewed the code in KenticoPageSelectorDialogController code, I found it contains a hard-code repository (PageSelectorPagesRepository), not use any interface. So I cannot override that repository with mine.
How can I change the order of data in the PageSelectorPagesRepository factory ?