@margaritageg valueFormat is to specify the format in which value has to be saved.If you want to change the dispaly the use displayedFormat property.
displayedFormat="YYYY-MM-DD HH:mm:ss"
@margaritageg Try using valueFormat property.https://developer.adobe.com/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/datepicker/index.html
If you upload image from device, image will be saved as a local copy to that component as a child node.
As image is a child resource (not a property with DAM reference as value), need to write login to get child image and render.
This is how we should get the header value in dispatcher.
%{HTTP:X-AEM-CLIENT-COUNTRY}
I was using like this %{HTTP_X-AEM-CLIENT-COUNTRY}, which didn't work.
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...