Hi guys,I have begun to use CQ 5.6. And I have noticed one interesting thing here.When I do some changes in the blueprint's page and then activate this page.It creates a copy of this page in live copies with a suffix _msm_moved.E.g. I have a page test.html in the bluerpint and in live copies activat...
Hi,The CRXDE is too slow to start it takes more than 30 minutes.Can you please help me here to increase the performace i've done the below workaround.1. Every time i start the crxde i'll delete .crxde(C:\users) file from the system.2. Change the directory of the workspaceBelow the text from C...
Hi,I have created 2 templates. One is a parent template and the other a child template. Child templates can only be created under the parent template is it possible to use allowedparents to restrict this, I have tried this but it does not seem to work.Chris
Hi,On 5.5 you could go to site admin open up a site and order a page by dragging it up or down this option however seems to be gone in version 5.6.1 Thanks Chris
I have a component called widget-containerAnother component called accordion-item (screenshot below)[img]widgets.PNG[/img]widget-container contains a parsys tag (in widget-container.jsp)accordion-item just contains simple markup for nowMy goal/conditions are as follows:I will define where widget-con...
Hi,I'm working on CQ5.4 with the below examplehttp://helpx.adobe.com/adobe-cq/using/querying-experience-manager-data-using.htmlHere i'm able to build the bundle successfully but when i upload the bundle in CQ it gives the below error also PFA imageorg.apache.jackrabbit.commons,version=[2.4,3) -- Can...
Hi,with our recent upgrade to 5.6.1 we noticed that such things like CQURLInfo were not working. I did some investigation and noticed that the html lib manager did not have the flagForce CQURLInfo ticked.Once I ticked it and saved the configuration everything seemed to work. Is this check box suppos...
I have a MAIN MultiField which has a fieldConfig xtype as mywidgetjsname.In mywidget.js, I have built a CustomMultiFied which extends CQ.form.CompositeField.In this, I have a hiddenField, a textField and a MultiField(so this is a multiField inside the MAIN multifield).I have seen many examples over ...