Hey everyone, I configured a watched folder to execute an AEM workflow when a user inserts a file inside the input folder. That is working correctly, but the payload directory the workflow creates does not seem to appear in the CRX manager. For example, from the instances menu I was able to obta...
We are planning to use CRX Package manager to migrate content from Dev to STG environment on AEM as cloud service. The content includes pages, experience fragments, content fragments and assets. The total volume of contents to be transferred is less that 1 GB. Are there any precautionary measures t...
Hi everyone, I have some issues with my Adobe Experience Manager (6.3).Currently, I have the default template: My aim is to freely customize my template (make 3 columns or more, center an image) and link it to Adobe Campaign but I do not know the language to use. With this default template,...
I'm using AEM as a Cloud Service. I am creating a component which will be used to show the facebook feed of a page. The problem is that I have to add this piece of code: <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v14.0"></script> I ca...
Hello!I have a content fragment which has a title property of: jcr:content/data/master/@title = "Qi® Wireless 15W Receiver Reference Design"Now I have here a query : http://localhost:4502/bin/querybuilder.json?1_property=jcr:content/data/cq:model&1_property.0_value=/conf/mchp/settings/dam/cfm/model...
Could someone help with displaying the duration between two different dates and times in hours, and days and hours, if possible? I've reviewed almost every post related to this subject (in the forums and elsewhere) and have tried virtually every recommendation out there, but I can't figure it out. I...
I'm working on servlet registered on path & wanted to return its content in json data.Currently, my servlet is fetching data from "/content/myproject/language-masters/en/jcr:content/root/container/container/componentname". Here values in component are injected via model & same used for servlet. I'm...
So my component HTML has been reduced to <!-- my-component --> <h1>my-component</h1> But every time I load the page that contains the component, I keep on getting something else (the original HTML before I reduced it to the HTML you see above) Some info: This is page structure: page => experi...
Hello, I just wanted to check if there is any guide on the folder structure for the components. I have researched a bit and found out about the /content and /structure folder. I am not sure if it's old school or still applies nowadays. Additionally, when we create a project using the maven archetype...