Questions tagged [day-cq]

Day Communiqué (CQ5) WCM is a web content management system based on CRX for the content repository and Apache Sling as a web framework.

Adobe Communique 5, or CQ5, is a large-scale web content management system that is currently available from Adobe Systems. Originally developed by Swiss company Day Software, the CQ platform changed hands when Adobe acquired Day in October 2010. It offers web content management, digital asset management, and social collaboration.

Links

35 questions
13
votes
7 answers

Determine runmode in Adobe CQ

How do I programmatically know which run-mode the instance is running? I created a custom tag that provides the config depending on the instance run-mode, but I can not determine the current run-mode. I found a method that returns a list of run-mods…
Hleb
  • 7,037
  • 12
  • 58
  • 117
7
votes
5 answers

How to limit the number of elements in multifield in CQ5?

I develop the site with Day CQ5 and was faced witha problem. I'm creating a component, and the dialogue for it. I use in the dialog for the component element "multifield", which contains several elements "pathfield." How can I set a specific number…
Hleb
  • 7,037
  • 12
  • 58
  • 117
6
votes
2 answers

Adobe CQ Components restricting child components

I am trying to create a component for a simple accordion, where blocks of content are held under headings and only one heading is visible at a time. My preferred implementation uses two components, one to represent the whole accordion and a second…
James Appleby
  • 61
  • 2
  • 5
4
votes
1 answer

Setting the character encoding in Day CQ

I've got some markup that I'm adding to a page component in Day CQ that was UTF-8 encoded by the author. Initially I couldn't save it in CRXDE, b/c the editor was set to save in ISO-8859-1. I found the setting to change this, but now when the page…
joelt
  • 2,672
  • 2
  • 24
  • 32
4
votes
1 answer

Store environment-specific OSGI Configurations for CQ

I'd like to store the Felix configurations we've made in SVN and have them applied to CQ in the packages produced by an automated build. To do this I have been following the instructions found in this CQ5 OSGI Configuration Document to create…
Shawn
  • 8,374
  • 5
  • 37
  • 60
3
votes
2 answers

Less files not working with AEM

I am upgrading my website from CQ 5.5.1 to AEM 5.6 and the less parser is failing and it does not compile less files to CSS. Any suggestions of a possible fix to solve the issue.
Ravichandra
  • 41
  • 1
  • 3
3
votes
3 answers

Pass data from one component to another in adobe CQ

I'm using Adobe CQ5. I have made two components that are independent of each other. However, I want to use data from one component in the other one. How do I achieve this? How can I make two components interact with each other? Thanks in advance.
Archit Arora
  • 2,508
  • 7
  • 43
  • 69
3
votes
3 answers

Component group not showing in sidekick (Adobe CQ)

Im using adobe CQ 5 and I have created a bunch of components. For all these components I have set allowedParents to */parsys and I have defined the componentGroup as xyz. My page contains the parsys component. When I enter the parsys design mode,…
Archit Arora
  • 2,508
  • 7
  • 43
  • 69
3
votes
2 answers

Export user und user acl via script in CQ5

we want to set up a new Author environemt and wanted to export all users and acl from an existing author to the new one. Is there an simple way to do this? No LDAP available. Thanks and Regards Patrick Edit: Found this…
patricks
  • 155
  • 1
  • 9
3
votes
2 answers

How can I exclude pages created from a specific template from the CQ5 dispatcher cache?

I have a specific Adobe CQ5 (5.5) content template that authors will use to create pages. I want to exclude any page that is created from this template from the dispatcher cache. As I understand it currently, the only way I know to prevent caching…
Shawn
  • 8,374
  • 5
  • 37
  • 60
2
votes
2 answers

Creating OSGi bundles with different services

We are using Adobe Day CQ for our deployment. We are currently creating OSGi bundles with gets deployed in CQ with all the services using maven-bundle-plugin. Now we have a scenario where we do not want some services to get enabled in Publish…
Vaibhav
  • 353
  • 1
  • 2
  • 7
1
vote
1 answer

Set a minimum and maximum for custom multifield elements in CQ5?

I'm currently working on a AEM component that include custom multiefield and I have faced a problem I don't know how to solve it. I have created a custom widget for this which allows to include multiefield in multiefield. From the documentation…
Vadim Badea
  • 409
  • 2
  • 8
  • 21
1
vote
1 answer

Property configuration AEM Day lib

We are using the lib "Day Commons Library - HTTP Client 3.1 Bundling (com.day.commons.osgi.wrapper.commons-httpclient)" in our AEM 6.0 system. We'd like to change the property http.protocol.cookie-policy of this lib to another value. (It's the…
Mayoares
  • 1,234
  • 2
  • 13
  • 21
1
vote
1 answer

How to activate a particular node through java code / workflow in Day CQ

I want to activate only the modified node in my Day CQ project. Node structure is: Parent Node Child Node 1 Child Node 2 Child Node 3 Requirement is: If I am creating any node under parent node workflow should run. Workflow should activate only…
user2688512
  • 161
  • 1
  • 1
  • 5
1
vote
0 answers

how to debug in crxde eclipse?

right now I am having difficulties with debugging my simple jsp pages in Crxde eclipse. I am following This link for debugging but I am not able to debug my application, debugger switches to debug perspective but it does not stop on break point.
ankit
  • 4,919
  • 7
  • 38
  • 63
1
2 3