We tried to add below dependency in the parent pom for extending adobe social api .But we are getting build error like below.Please let me know whether I have to add any more dependency .<dependency> <groupId>com.adobe.cq.social</groupId> <artifactId>cq-socialcommunities-api</artifactId> <v...
The environment has several publish agents on Author (10 or more) of which only one is enabled. The others point to publish instances which are not running.Basically, activating content works as expected, the content is published. However, when the “activate later” option is selected, when the wor...
Hello Experts,I would like to know, if we can restrict any action buttons for folder only using "rendercondition" node. I know, we can control to show/hide any button on the basis of access but if on similar pattern can we restrict it for any type (in my case for folders).<notify jcr:primaryType=...
Can you use regex for the path which custom event listener listens to?I'm trying to listen to a folder named 'video' which is a subfolder of a folder which has other siblings (siblings have subfolder called 'video' as well).I don't want my onEvent function to occur on other folders but just that vid...
AEM 6.1 with SP1 installed - when using the wcm/foundation/components/title and wcm/foundation/components/text components, they are wrapped in<div class="section title"> </div>and<div class="parbase section text"></div>respectively.In 5.6.1 you can change the include options to not wrap the componen...
Hi Everyone,We are migrating cq5.3 to AEM 5.6.1After upgrading, some of the dialog which uses custom widgets (custom multi fields,expandable,dropdown etc) are not functioning correctly(title and type in the jcr:content of the corresponding component is not populating correctly in the dialog box and ...
Hi ,We are using AEM 6.1 + Adobe Social and not maintaining users in AEM repositoryNow we are implementing comment component to post comments via ASRP to adobe social 1) Is there a way to POST comment into Adobe Social without maintaining user nodes in AEM.without any involvement of jcr session?2) ...
Hi ,We are using AEM 6.1 + Adobe Social and not maintaining users in AEM repositoryNow we are implementing comment component to post comments via ASRP to adobe social 1) Is there a way to POST comment into Adobe Social without maintaining user nodes in AEM.without any involvement of jcr session?2) ...
I have a question related to protection in AEM against CSRF attacks. In AEM 6.1, CSRF framework protection was introduced which checks that all POST requests should have a valid token. The token should be passed in the request body or in the header.As per the framework, the token is injected into th...