hi @Jörg_Hoh we have a project added a new folder, and make a new package to install at new server, but we find after finish install we just can see the path structure, but every path cannot render content. meanwhile if we copy the content to any new path that create by author server (http://localh...
Hi All,I want to download crxdeLite for not commercial use. Is it available ? Basically I want to try out some solutions available in GitHub. Can I achieve this ? Thanks in advance
I would like to connect our Adobe Launch tool to Experience Fragments so that we can leverage the rules and data elements for analytics and functionality purposes. We currently connect the Launch platform using the Advanced tab Cloud Configuration path. We are working on iframing Experience Fragment...
Hi,I have a sling model with Resource as adaptables,I am trying to use it with the data-sly-use in a component.This component is included into the page template structure.If the template definition has editable="{Boolean}true"then the@Deleted Account annotation to the resource is pointing to the pag...
Hi Team,I'm trying to load a client library using a helper template provided by AEM.I want to minify this js/css.When I go to /system/console/configMgr there is a option to minify all the clientlibs folders by using Library manager. But I want to do it for individual clientlibs folders.Is there any ...
Hi Team,I'm trying to load a client library using a helper template provided by AEM.<sly data-sly-use.x="/libs/granite/sightly/templates/clientlib.html"> <sly data-sly-call=${clientlib.js @@categories='x'}/></sly> Do we need to still defer this if so how we can do it ? Thanks
The above 2 resources are loading inside head element. but I could not find those in source code. I need to know where I can find this call & How can I put defer attribute to that?
I have a clientlib with 3-4 js files in it in a component. I wanted 1 of those JS files to load for my dialog. I cant use extraClientlibs because that way all the JS will load for my dialog, whereas I specifically want only 1 particular file to load for my dialog. Is there a way to do this?
Hi Team, I want to defer below two granite clientlibs paths. Paths are 1) /etc.clientlibs/clientlibs/granite/jquery.min.js?v=aemv2) /etc.clientlibs/clientlibs/granite/utils.min.js?v=aemv.How These two js files are getting embedded into page source ? Apparently they are getting embedded from /libs/cl...