Hi Folks,
I am trying to configure dispatcher for Geo location headers x-aem-client-country and x-aem-client-continent. But I don't see those are being added by CDN. Below are the changes that I made
farm file:
/headers {
"Cache-Control"
"Content-Disposition"
"Content-Type"
"E...
@Venkat_SaiGa
Try as per below link.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/unable-to-get-current-page-path-in-cloud-publisher-environment/m-p/608891#M152804
Then adapt page resource to Page.class and get title.
@adi411
Easy way is to add property "wrapperClass" to your RTE field in dialog and value can be a custom class name like for example "multi-rte".
Write a css rule using this custom class (here "multi-rte") and load that client lib in extraClientlibs of the dialog.
CSS:
.multi-rte {
height...
@Rajendar_Gangan
If the container component has design dialog (you can see wheel icon in template editor mode) then you need to set policies for the container component, you can re-use the existing policies.
@stiegjo
You should use Model annotation. Refer the link on how to implement the Sling Model Exporter.
org.apache.sling.models.annotations.Model
Develop Sling Model Exporters in AEM | Adobe Experience Manager