Planning upgrade from CQ 5.6.1 to AEM 6.2 and we've got a considerable number of social components that we wrote from scratch heavily utilizing some now extremely deprecated packages/classes. The most common of which, I'm having trouble tracking down a replacement for: prepareUserGeneratedContent();...
Hi AllLooking for any best practices/ API-level know-how followed to check programatically whether content fragment already exists before creating new one. Any inputs are highly appreciated. TIA
I have created a custom widget using ext js and using that I am saving some properties in a node in jcr.but it saves it as jcr:primaryType sling folder however I want to change that jcr:primaryType to my custom node type.i tried writing like " jcr:primaryType" :"customNodeType" or "nodeType":"custom...
Hello All, As we know there is an option paste from word in rich text component similarly i want to add past from excel option in rich text component.Can any help me how to add this option. RegardsSandeep Chandra.M
Hi,After clicking "start targeting" and deleting all but the default experience, I hover over the targeted component and a 'disable targeting" link is shown (see screenshot). When clicking, however, I get the error "cannot disable targeting due to an unexpected error". Am I doing this wrong. Is t...
How can we add the plugins for opening a link in a popup window using AEM richtext editor? I know we can open a link in a new window using hyperlink.Thanks.
Hello Experts We are trying to configure a multilingual site. The content structure is as following:Main sitewww.sitename.com/content/domain/en/home/Language copieswww.sitename.com/content/domain/hi/home/www.sitename.com/content/domain/<other language iso code>/home/The expected URL structure is:For...
Hello,We are attempting to upgrade from 6.0 to 6.2 using the instructions outlined here: https://docs.adobe.com/docs/en/aem/6-2/deploy/upgrade.html#par_title_1963308877. Step 3 fails to create the FileDataStore.cfg file and generate the error below:Main] Main.java:269 Missing mandatory C:\CoxSoftw...
I have a page where I want to access a node property from that page's jcr:content nodeHow can I do this? I remember seeing an example using the CQ tag or slightlyAn example would be greatly appreciated.Thanks!