Hi everyone,I am in a dilemma with my Angular single-page application in AEM 6.0(base version, no updates). I cannot properly edit my components in Classical UI(touch-based UI is not enabled) for the partial pages in my website. I can see the components I've included in the partial page, but they ar...
Hi AEM Community,We want to have "recyclebin" kinda folder in our dam. We need to customize the delete action in AEM Assets. When we delete, the asset should basically be moved to a designated folder like "recyclebin". When someone deletes an asset it should get removed from its folder BUT NOT get ...
<div data-sly-resource="${ @path='richText' , resourceType='/apps/XXX/components/content/text'}" ></div> Included Statically on a Template. When Tries to Edit the dialog : I see error in console GET http://localhost:4502/content/a/b/c/jcr:content/richText.json?_=1458055488719 404 (Not Found) But w...
We've used RTE and it's inserting adhocenable in the generated output. In the logs, we get AntiSamy Warning: "The a tag contained an attribute that we could not process. The adhocenable attribute has been filtered out".I could configure Anti-Samy to allow it, but need to understand how this attribut...
Hi, I started having problems yesterday with my eclipse installation, I am trying to set up Eclipse again with AEM development tools and I don't stop getting this error when creating a project (I have tried both Mars and Luna version that its supposed to be supported by AEM tools):"The server does n...
Haven't seen any and I see that some of Adobe's own communities are built on JIVE. Anyone knows of companies using AEM Communities? What are your thoughts?
Facing below issue while trying to install a package contains all "groups" in one of the AEM 6.0 + SP2 environment. Already tried to delete the existing groups and re-index principalName in oak:index. Also, tried to resynch users using system/console/jmx screen. Please advice, what needs to be done ...
I am trying to disable the dialog for a component when it is included on a page template using a data-sly-resource. The component has the dialog but should be disabled only when it is referenced on a page. Please suggest on how to achieve this.