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!
Hello,AEM 6.*I have a parsys within which I can add some components. Now, I would like to add CSS classes to all the added components of the parsys.I have tried:<div class="customCSSClass" data-sly-resource="${'marginCol' @ resourceType='wcm/foundation/components/parsys'}"></div>But, this statement ...
Hi Everyone, I need help with comparing string data using sightly : data-sly-test Please help me if you know how to do that. This is what I tried but didn't worked. <sly data-sly-test.var1="${abc.xyz.name}"></sly> <sly data-sly-test.var2=" ${'abc.xyz.lmn' @i18n}"></sly> <sly data-sly...