I have a component in my code which uses sightly and script has the extension as .htmlSo , script of the component would be like : componentName.htmlWhen I try to render the component , I get the following information from the error.log : org.apache.sling.servlets.get.impl.DefaultGetServlet No rend...
I was able to use default Values in following way : <rtePlugins jcr:primaryType="nt:unstructured"> <table jcr:primaryType="nt:unstructured" features="[table,removetable,insertrow...
Following is my widget code for RTE<richText jcr:primaryType="cq:Widget" fieldLabel="Rich text" name="./richText" xtype="richtext"> <rtePlugins jcr:primaryType="nt:unstructured"> ...
I recently started using CQ on mac , I have difficulties on very basic thing : running CQ from terminal I tried following command , nothing happens . No Additional information on logs../start -d --debug-port 8001 or ./start--start.bat file JVM parametersCQ_JVM_OPTS='-server -Xmx1024m -XX:MaxPermSiz...
I have page and few page properties associated with it ( Smart image). When a user uploads an image from site admin it is getting stored as nt:file. To avoid this condition I am trying to hide the page properties from site admin. So user can access the page properties from side kick after opening t...
I am trying to use a listener for a selection inside the multifieldset , E.g Following code snippet will be wrapped under the multi field. <multifieldSet> <option jcr:primaryType="cq:Widget" name="option" type="select" ...
I am currently working on integrating CQ and salesforce . Only thing I could find is : http://helpx.adobe.com/cq/kb/salesforce-aem.html . Is there any material / reference that can help in exploring in what others options CQ provides to integrate with salesforce. I see CQ has inbuilt workflow ...
I am trying to override the Column Control component , as per the document that I have gone through , I need to copy the node at [/libs/foundation/components/parsys] and place it under the /apps . In my case it would be : [/apps/foundation/components/parsys] . This path was not present on my local...