Well actually I'm using this dependency based on a blog post from the official Adobe blog: http://blogs.adobe.com/experiencedelivers/experience-management/aem6-maven-dependencies-simplicity/ So I would assume they support this (much cleaner) way of managing AEM dependencies ?
I'm trying to build an AEM6 project using the new AEM6.1 dependencies. However I'm stuck with some pretty nasty build errors...When I use the following new AEM6.1 dependency (why is this moved (the other way around again) from com.adobe.aem to com.day.cq?) :<dependency> <groupId>com.day.cq</group...
Now AEM 6.1 is officially released, I would like to get a look at some specific new 6.1 API's (e.g. Translation API). However I'm not able to find the API documentation online (http://docs.adobe.com/docs/en/aem/6-1/develop/ref.html still contains broken links...)Is this API documentation not availab...
Hi all, I'm trying to find out what is the best way to create a language copy of a page in a programmatic way. After some research I found a couple of things: - The /bin/wcmcommand servlet is used to language copy within the interface. However I trying to find out which API is used internally? Just ...
Yes you're right, collections forgot about that. The subassets solution was written in CQ5.4, when there was no support for collections (although it works fairly well !)...
Working with metadata, like you describe, would be a good way to do it.One thing to investigate (and how I implement it once) is to use the "subassets" as a mechanism to relate Assets with each other. Therefore I had to make some small changes to the damadmin (provide the option to upload a subasset...
I managed to fix this problem, it seems that a custom "rendering condition" is needed to manage this behaviour : https://github.com/Adobe-Marketing-Cloud/aem-admin-extension-customize-sites/blob/master/src/main/content/jcr_root/apps/myapp/components/renderconditions/group/group.jspNext to the render...
well that's what I'm trying to find out actually, my first guess was that it is indeed working with ACLs. However it doesn't make any sense... Have a look at the following 2 repository paths : - /libs/wcm/core/content/sites/jcr:content/body/content/header/items/selection/items/viewproperties- /libs/...
Hi all, I'm desperately trying to find out where in the repository the rights are defined to show or hide a button (e.g. publish, unpublish, move) within the sites section of AEM6? I already checked the following path : /libs/wcm/core/content/sites/jcr:content/body/content/header/items/selection/ite...