Hi,is there anyone out there that has created a AEM or CQ environment using Puppet? Is it anything that could be of interest for the community so that we had an easy to deploy development and test environment?If anyone has done it, please contact me. If anyone else is interested in it, please contac...
Hi there,Is there a CQ widget method equivalent to extjs "suspendEvents" ? I would like to suspend Events on a treenode.This does not work:node.bubble(function(n) { if (n.getUI().isChecked()){ n.suspendEvents(); // n.suspendEvents(false) also does not work n.getUI().toggleCheck(false); n.resumeEve...
When minifying javascript using the Day CQ HTML Library Manager in the Apache Felix console, how can I change the library used for compressing? The default is the YUI compressor library, which has long since been deprecated (http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/) and does n...
The content author team created few pages which we need to port from one CQ instance to another. I opened up package manager on source and added all of 30 pages as individual filter and build / download.On target instance, opened package manager and uploaded the ZIp and installed. When i verified fe...
As per my requirement, I need to read some values from properties file when CQ starts. I'm thinking for a solution where I can update crx-quickstart\conf\sling.properties which will have values depending on my environment and then when CQ will start then it should read value from this properties fil...
I am using WCMUtils.getInheritedProperty to get an inherited page property. Is there a way to get the page level of which that property is being inherited from? Thank you.
using CQ- 5 security- providing permission settings for different user when ever creating a node if the parent has permission child gets permission by default for all user's .how to avoid this ???
Hi All,Today we downloaded AEM 5.6.1 and installed all our content and application components and then when I click on a page I am getting the mentioned below errorError Message:org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: /apps/dsm...
Hi, CQ has its own bundles like com.day.crx.crxde-support . I would like stop this bundle programmatically. Please suggest. Your comments are welcome. Thanks,Arya
I was wondering what was the recommended way of working with nested components in regards to design nodes.Example: We have a Tabs component. In this component, we're creating tabs. Each tab contains a new parsys. This new parsys has a unique ID (ex. par-12345) to differentiate its content from oth...