How to author/select AEM pages in component dialog?
I am building a custom component which will be used to list down few other pages. Basically I want to get the list pages(multi field) from author and show them in the page for which I need to know what resource type I should I use in component dialog.
I read all OOTB dialogs (https://developer.adobe.com/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/server.html), text, image, video, rte but I could not find any xtype/ resource type that is related to select any page.
Is there any easy way to get the page path from component dialog ?
