What is everyone doing to embed an RSS feed in a simple list on a page? This should be a very simply component to build, but all the OOTB features build nodes from feeds or produce feeds. We need to simply embed.
I am trying to add some custom handling to the Sidekick and I am following this example: http://adobecms.blogspot.ca/2014/04/sidekick-customization.htmlI've included this code in my component.jsp:<script> function checkSidekickStatus() { if (CQ.WCM.isSidekickReady()) { // do stuff clearTimeout(timeo...
Hi,How to decide, if I require MongoDB or TarMK for my site with AEM6?Please share a link or documentation which can help in decision/evaluation. Regards,Rohan
As quite well known, MCM (Market Campaign Management being part of AEM) allows to configure and manage emails. An important problem and potential fix has been discussed already in this thread. Apart from the (rather technical) related issue, we have a functional related question. Functionality we wo...
Hi,I have setup project using AEM eclipse plugin (http://eclipse.adobe.com/aem/dev-tools/) and it created below sub modules :coreui.appsui.contentit.testsit.launcherThis all files were synced to repository after project creation.As components needs to be developed in sightly, I opened ui.apps projec...
Hi All,We enabled XMP write back as per the procedure mentioned inhttp://docs.adobe.com/docs/en/aem/6-0/administer/content/assets/xmp-writeback.html.So if the metadata of the original is updated it will be propagated to renditions. But there is no provision to check the metadata of a renditions. Pl...
Hi,Personalization taglib provides some basic functionality to perform personaliztion.Is there any equivalent library available for Sightly?If not what is the recommended way to move forward?Thanks,
Hai,According to my understanding AEM includes a connector service for Microsoft Translator that is installed by default.Following the steps:On the rail, click or tap Tools > Operations > Cloud > Cloud Services.In the Microsoft Translator area, then click or tap Show Configurations.Click the + link ...
Hi,When installing a bundle via CRX Package Manager, is it possible to preserve original modification metadata:jcr:createdjcr:createdByIf we don't preserve the original values for these attributes, jcr:created will be a point in time after jcr:lastModified which is undesirable for us.