Is there any way to enter Design mode or create a Design Dialog in Touch UI?I can only see the cq:dialog nodes. Even the new OOTB components under /libs/wcm/foundation/components use a design_dialog nodeIs this on the roadmap for a future release?Thanks
We have a custom component that reads the data from the JCR. User if logged on to CQ can then add/remove items from that component. Just think of it in terms of imageText component and user if logged on can add multiple images. Once they add images we have to show them on the page without having to ...
We're having a hard time finding the cause of a strange problem. After we have enabled SSL on our publish instance, the error handler is page for 404s is behaving in a weird fashion: the JSP is receiving the original request, but the protocol is "httpss" (yes, another 'S', this is not a typo)Have y...
On a publish server, is there any Sling event you can listen to for receiving replication data??The sling ReplicationAction only seems to fire on the source server (not the target).Thanks!
I have a weird issue where the reverse replication test works once I set up the agent. However, the agent is unable to poll to the publish instance outbox and it throws the following exception 9.08.2014 20:46:11 - INFO - qa-reverse-agent : Creating content for path /content19.08.2014 20:46:11 - INFO...
Hi,I have html code for my site (already implemented using share point). I would like to change it in to adobe cq5. Can i use that html for that. I have all the css files . I tried rich text editor since it provide option for souce editing. I followed http://dev.day.com/docs/en/cq/current/administe...
I am trying to implement something which I hope is relatively straight forward... I have one component (lets call it the wrapper component) which contains another component (lets call it the inner component) inside it via the data-sly-resource tag:<div data-sly-resource="${ 'inner' @ resourceType='...
For example, I want to override the CQ.wcm.EditBar, but the overridden methods or whatever are just applicable for one particular component, I don't want to affect other component. How can I achieve that?thanks,