Hi, We have created a component similar to an RTE component. when dragged on page, It enables the user to enter some Java script or CSS and write HTML to create custom content as per the users requirement. Now we are sending the details of the page in JSON to front end system. The JSON is generated ...
Have an issue with mp4 videos not playing correctly on site.Following investigation, it was found that video's are not playing smoothly with player when metadata is at the end of the video file.To play smoothly(without delays at the start) metadata needs to be at the start of the video file.How to l...
Premium support is needed as soon as possible - where to find a certified cq5 technician who is actually from Adobe who is an expert with the authoring environment?
I have a form that I need to be able to reject an asset. I see the code in the javascript to approve an asset. Is there a servlet that handles the rejection of an asset? If I change so that the JSON string contains "rejected" instead of "accepted", the server responds with an error that the field "a...
Hi, I need to implement a 3 images component using the new Touch-Optimized UI. So, following the sample code showed here: https://docs.adobe.com/docs/en/aem/6-1/develop/components/multiple-inplace-editors.html#Code Samples I managed to create the component correctly and I solved all the issues into ...
I have a workflow that contains several steps. One of the last steps is an approval step where someone can reject the work performed prior to their assignment. I need to know how to restart the workflow and one of the intermediate steps.
Hi,I have implemented size based log rotation for error.log. The error.log rotates when size is 10MB. The client has asked for 100 previous rotations to be maintained. The issue is that while the log rotation occurs when file size is 10MB but only previous 21 versions are maintained.Has anybody face...
Hi,Anyone can explain me why inside the bundle the reference of resourceResolver is always null?Is there anybody that i can do to activate this reference?Jsp side seems to work fine but i'm not able to access the variable inside java codeThanks
Hi All ,I have a requirement in which I need to show a component in sidekick only for few groups , and for all other groups it should not be displayed in sidekick . Has anyone idea of the same as I am not sure same can be achieved via ACL's or not as ACL can monitor node appearance in crxde but here...