Publish Referenced Pages
Hello,
I am trying to publish a page with its referenced page. According to the docs there are multiple ways to do so. However, I am not getting any prompts when attempting to publish from page edit view. When I try through Manage Publication, I am not getting the "Published References" link.
I've tried two ways:
1. Including a page with the data-sly-resource statement in a component:
<sly data-sly-resource="${bannerModel.link @ wcmmode='disabled'}"/>
2. Using reference component:
Dropped a reference component from General group and specified a page to reference.
In both cases, referenced pages are not getting published. Is there a way AEM can publish them or should I write a custom implementation programmatically?
Thanks in advance.