Request for Feature Enhancement (RFE) Summary:Scheduled content sets for content syncUse-case:We have more than 60 sites on our AEM instance (and growing). There are days where we use to create content packages to sync all these sites content from Prod to lower enviroments.We were very happy to see ...
@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"
@jayv25585659
Write a Filter and target the path "/content/myapp/en/folder1", do your conditional checks in doFilter().
You need to set cache header to privte for this path in dispatcher.
@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
@TarunKumar Check if any of the below two methods works.
context.currentResource("/content/...").adaptTo(FragmentTemplate.class);
context.request().adaptTo(FragmentTemplate.class);