Dear All,What is the best source to learn Content Fragment in AEM 6.4. I have an working experience in AEM but, I'm a beginner for Content Fragment. If any link is available please share with me. Appreciate your help.Thanks,Vijay
Hi all,I want to replace white space in HTL sightly.Example: The sectionTitle is "I love you", I want the data-taget is "I-love-you"<ul data-sly-list="${contents.sections}"> <li class="title"> <a data-target="#${item.sectionTitle}" class="links">${item.sectionTitle}</a> </li></ul>Pl...
Hi All,we are moving from Classic UI to touch UI on AEM 6.3 SP1. One of our touch ui component field has resource type as "granite/ui/components/coral/foundation/form/pathfield". As per Granite UI 1.0 documentation, when we apply disabled="{Boolean}true" property on pathfield, it does not disable th...
AEM 6.2 will not start after upgrading to Mojave, I have tried reinstall a fresh copy of AEM but it is still showing the errorHere is the complete error log:https://docs.google.com/document/d/1gL1skzwNTojXbuj-o5aexB7KnRMgo1SXNnJSzPqxha8/edit?usp=sharing
Hi everyone,We got a requirement to expose the page data using content services(<path>.model.json). But we are seeing duplicate ":type" json fields when we are accessing page. Attached screen shot. Please help me how to get rid of these duplicate values.We have used :1. AEM 6.32. SP 23. CQ-6.3.0-FEA...
Hi guys,We have the following problem in our site: a) We have multiple templates;b) In each of these templates we have the Header and Footer of our site (they are components);c) The Header and Footer has the same content for all the templates;c) The author has dialogs where he sets the configuration...
Hi,I have created a hotspot component using html5smartimage. This component is working fine on pages under "/content" but it is not working properly for pages under "/etc". Also I am using imageMap here. my code is below: Image img = new Image(res); img.setItemName(Image.PN_REF...
I'm a business user of AEM. Is there a way to get an export in a document (preferably excel) of all the assets we currently house in AEM? I'm talking images, pdf files etc.?
We recently migrated to AEM 6.4 and noticed all OOB workflow Email notification body content which also has URL mentioned pointing to local-host URL on all environments (dev,stage, prod)This was working on prior AEM version we were on (6.1) and We do have OSGI Link Externalizer Config properly setup...
Is there a way to construct a SQL2 query that would find a multi-value property containing duplicate values?For instance, we have a multi-value String property called "language". Can a SQL2 query find a node which contains two or more instances of 'en' (English) in the "language" property?