Hi all , we have our AEM project home page as smarter and underneath smarter.html we create all other website pages. Now using Apache .htaccess file using rewrite rules we need to remove /content/smarter from all the page URLs . For example if the default page url is smarter.com/content/smarter/art...
I have a workflow in AEM 5.6 in which I am using a Lock payload step before Create Version step. This workflow steps allows me to lock the payload in my case a page hence stops it from any authoring change but it allows me to create a version. Works perfectly for 5.6 enviornment.Now when I created t...
I have a CQ5 component where the users can write som text with a richtext editor. It is also possible to paste Images fom the clipboard into the richtext editor. The Images are saved as base64 encoded data URL in the repository like this:<img src="data:image/png;base64,iVBORw0KG...">When the compone...
In docs.adobe.com, Dispatcher Configuration, the following example regarding "Virtual Host Resolution" seems to be incorrect.From: https://docs.adobe.com/docs/en/dispatcher/disp-config.html#Example Virtual Host Resolution/farms { /myProducts { /virtualhosts { "www.mycompany.c...
I launched the disk usage report overnight on the /jcr:system folder. It ran until the connection was lost, something stood out to me. The only folder it parsed (and didn't finished) was jcr:versionStorage, there was over 4Million nodes and 7Gb+ of space ... I would have liked for it to complete a...
I have a component that uses <cq:include> to add multiple child components inside a main component. However, <cq:include> doesn't actually add the child components in the JCR under the parent.Because of this the parent node, currentNode.getNodes() returns 0 and looking at CRXDE there are no child no...
Hi, I have requirement where author should able to upload the CSV file in the Translation page.I have added the CSV upload option (http://localhost:4502/libs/cq/i18n/translator.html) under import menu I have added "CSV upload option." kindly refer the attached screenshot.I have made my changes in li...
I am trying to change the layout and customize the pre-configured Geometrixx-Gov site in AEM 6. For example, I would like to change the blue color in the headerAlso, I would like to change the text of `All Applications` to something else I want.**Questions** - What is the best way to make these chan...
Related: http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__gm2r-hi_i_would_like.htmlI am facing the same problem as described above. When we update the project that persists the "allowedChildren" for a parsys on a page, the sidek...