Hi All,#1] From what I understand the entire CQ repository content is stored in the below location, correct? crx-quickstart/repository/workspaces/crx.default/#2] When TarPM runs, it only is concerned with files in the below three areas. Is that correct? /crx-quickstart/repository/workspaces/crx.d...
In my application, all url's with a query param are not cached and are served directly from the server. (ignoreUrlParams property)Now, I need to disable caching of only a folder in DAM and all its contents. (Say, /content/dam/abc/static/pdf). I am okay with some implementation where I'd have to spec...
I need a option of draggable image and title below that in a multifield(along with field Labels). I am using the customized js file from the link http://experience-aem.blogspot.in/2014/04/aem-cq-56-slide-show-component.htmlhttp://experience-aem.blogspot.in/2014/04/aem-cq-56-slide-show-component.html...
Hi,A workflow participant step is assigned to a user group. Each user in the group will receive a notification in their group. Once one of the participants(users in the group) has completed the workflow step. What will be the participant name/id, will it be the user that completed the activity, or w...
I need to import JcrTagImpl class which is located in CQ Day Communique 5 Tagging jar file(com.day.cq.cq-tagging)Then I tried to add the above jar in my pom.xml's dependency as below then I can import the whole package as com.day.cq.tagging.*;<code><dependency> <groupId>com.day.cq</groupId> <artifac...
Hi I am trying to crop an image programatically Resource res = resourceResolver.getResource("/content/dam/images/test.jpg");Asset asst = res.adaptTo(Asset.class);Resource dataResource = resourceResolver.getResource(res.getPath()+"/jcr:content/renditions/original/jcr:content");Layer layer = ImageHel...
Hi,I am trying to create a user that that will be act like a lead same as in Campaign console & want to assign this to List provided. I have created the user using UserManager api.Session session = resourceResolver.adaptTo(Session.class); User subscriberUser = userManager.createUser(email_id, Random...
I need to capture the events for tagging in CQ. Need to capture the tags whenever the users add/remove/change/delete tags in CQ tagging console.I have an idea to implement a workflow & launchers to handle the event handling in tagging console. Whenever such event occur, automatically the workflow wi...
What are the scripts to be included for mobile emulation. I included the browsermap and added the slingresourcesupertype wcm/mobile/components/page for template component.I got the list of mobiles in sidekick, but it is not working