Hi , I'm trying to achieve dynamic navigation , where in author can specify depth level and navigation automatically builds up to that depth level .I'm trying to achieve this use case using sightly . I have achieved the dynamic navigation using data-sly-template and works fine , something like b...
We are running AEM version 5.6.1 and want to utilize the Blog and Community functionality. However, this doesn't appear to be enabled in our environment.When creating a new page in an existing site, there is no option to select Blog Template, as indicated here: http://docs.adobe.com/docs/en/cq/5-6-...
Hey there,Is there a way to enable logging or debugging in wcmuse extended Java files or related Java script files which execute on server side? Tried just using normal log.debug statements in Java files but couldn't see the log traces? Would there be any configuration that enables this behaviour?R...
Hi,I'm new in the world of AEM. I have installed AEM 6.0 (author and publish instances).I'm interested to find a way to retrieve effective permissions on a specific repository node by using a REST call. For this, I have installed the last version of the OSGi Bundle "jackrabbit.accessmanager" (v2.1.2...
How can I build a component that allows for customization through a config file so we can control certain styling options without doing development work each time like in other CMS wordpress & drupal ?
Hi!Is it possible to create two levels of permissions for editing a page?i.e. 2 separate roles, one of which can edit only certain component types e.g. only richtext?or a role that can create annotations but is not allowed to edit the components on a page?Thanks!NZ
Hi,when I post my login form to /something/j_security_check and the login credentials are wrong, my AuthenticationHandler returns Authentication.AUTH_FAIL and the server responds with a 403 status code and a blank page with only wirtten "Authentication Failed". Do you know how I can customize 403 er...
I was successful in generating a pdf file from our content using the PDF rewriter and page2fo.xsl . However we need to add some custom content to the generated XML. So we created a custom XML handler for that page component. Just to be clear we created:apps/myproject/components/mycomponent/mycompone...