Is there any special process to create a cq:siteVariant node? Where can I find documentation about this node?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
The PageVariantsProvider OSGi service is capable of generating alternate links for sites belonging to the same family. In order to configure sites to be taken into consideration by the service, a cq:siteVariant node has to be added to the jcr:content node from the root of the site.
The cq:siteVariant node needs to have the following properties:
When the value of the cq:variantDomain property of a cq:siteVariant node is not empty, the PageVariantsProvider service will generate absolute links using this value as a configured domain for the Externalizer service. Make sure to configure the Externalizer service to reflect your setup.
Please find doc at Creating Sites for Mobile Devices
PageVariantsProvider ("The Adobe AEM Quickstart and Web Application.")
Thanks
Arun
Views
Replies
Total Likes
Hi,
The PageVariantsProvider OSGi service is capable of generating alternate links for sites belonging to the same family. In order to configure sites to be taken into consideration by the service, a cq:siteVariant node has to be added to the jcr:content node from the root of the site.
The cq:siteVariant node needs to have the following properties:
When the value of the cq:variantDomain property of a cq:siteVariant node is not empty, the PageVariantsProvider service will generate absolute links using this value as a configured domain for the Externalizer service. Make sure to configure the Externalizer service to reflect your setup.
Please find doc at Creating Sites for Mobile Devices
PageVariantsProvider ("The Adobe AEM Quickstart and Web Application.")
Thanks
Arun
Views
Replies
Total Likes
Thanks for your answer It was very helpful
Views
Replies
Total Likes