I've set the allowBlank to false on the field and now I can't left the text field empty when using the ClassicUI.The problem is that I don't have the same behaviour in the TouchUI, specially using Inplace editing.Is there a way to fix it? May I be missing any configuration?Thanks
I have been referring to https://docs.adobe.com/docs/en/aem/6-1/administer/content/assets/custom-search-facets.html, and i wonder if we could actually have a predicate for a check where the property does not exist?
Hi guys,do you know if it is possible to include sp3 into the war file before Installation on application Server? We want to use AEM 6 on WebLogic+Java8 so we Need sp3 before actual deployment right? Thank you
Hello all. I was needing to know if there was a way I could set up different profiles for the different kinds of images I upload, so that some get certain renditions and some get others? For example, I want to be able to upload a group of images as "type 1" and all these images get the "thumb" and "...
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 ...