Hi All,I am new to AEM CMS and currently working in Interwoven Teamsite CMS. I just want to know like in Interwoven CMS we can create content template (dct) and using presentation template (xslt) we can generate o/p file like : html, xml, json etc and deploy these files using worklfow. Can we do som...
Hi,I am looking for a document on Creating and Translating Language Copies in AEM 6.2 Touch UI but not able to find one.Only what I get is for AEM 6.0 Touch UI (https://docs.adobe.com/docs/en/aem/6-0/administer/sites/languages.html)Could someone let me know the same document for AEM 6.2 Touch UI.Tha...
Hi,In 6.2 for the inline Rich Text Editor i have grouped functionality into popovers. Some of these show icons by default - others are not showing icons.I have tried adding iconClass and icon to these missing groups under popovers - no luck.any ideas?thanks for your help.Michael
Hi, I'm trying a migration following this guide But when I'm trying to execute step 4 (migrating from CRX2 to CRX3) it seems that I'm not passing the include/exclude/merge parameters correctly: java -jar crx-quickstart/opt/helpers/crx2oak/crx2oak.jar crx-quickstart/repository \--include-path=/ \--...
Hi all,Using AEM 6.2. Adaptive forms....but this is more of a package manager question.Trying to put together a solution to deploy the french assets after translation. Given: /content/forms/af/jt3/_jcr_content/guideContainer/content/forms/af/jt3/_jcr_content/guideContainer/assets/content/forms/af/j...
Hey guys.I have a new issue today for which I really need your help.We have a website developed using AEM 6.1 API and deployed in 6.1. Our website has some Java backend. One piece of our java code used the Externalizer class from AEM (com.day.cq.commons). Nothing rocket science so far.Then we had to...
Hi, I am trying to modify aem login page. I am able to change background and welcome text. But I am not able to change the Sign In form texts, Can anyone please suggest and provide references.For eg to change "Sign In" to "Log In". etc..Thanks in advance!!
Hi ,I am using crawler in AEM and need to fetch the data(title, description) from third party link and in this link we have page navigation(multiple pages)I am trying to using Jsoup api but through jsoup I am able to fetch the data on one page only.How can I fetch the data of next page and how can I...
We want to write a handler to throw error back to the user while uploading an image if it does not conform to standard height and width. What's the best and recommended way to do this?How to read asset being uploaded and extract it's size before allowing it to be uploaded?