As per this article - https://helpx.adobe.com/experience-manager/kb/DisableLinkChecker.html to disable link checker in AEM we need to follow these steps -Disable all link checking by configurationGo to /system/console/configMgr and login as admin.Find the "Link Checker Transformer"Check the "Disable...
hello I have this query and I would like to be able to store this query in a list or an array to carry out some processes with them here is the one that I haveresourceResolver = resourceResolverFactory.getAdministrativeResourceResolver(null);Session session = resourceResolver.adaptTo(Session.class);...
Hi All,I am facing one issue related to Uncaught DOMException: Blocked a frame with origin on server "https://<server_url>".Uncaught DOMException: Blocked a frame with origin "https://<server_url>" from accessing a cross-origin frame.In response header I have mentioned:X-Frame-Options: SAMEORIGINX-F...
Our business wants to update various content /pages from a single page. This is basically switching the associated jcr path dynamically from the same page. Attached is the proposed authoring UI. I know it’s premature and can be changed. But the key is to control all the page/content CRUD operations ...
Found a similar thread here: Need java code to convert the page names to lower case which a staff member posted this bit of code:void rename(Node node, String newName) throws RepositoryException { node.getSession().move(node.getPath(), node.getParent().getPath() + "/" + newName.toLowerCas...
Hi Team,I have a requirement to display error messages somewhere in AEM Dashboards, something similar to “Log Messages” Diagnosis tool under Tools-->Diagnosis-->Log Messages. The OOTB one has some limitations. For instance, by default it displays ALL error messages and I believe there is no way to r...
Objective - Having a multilingual Blueprint, with some pages having already translated initial content.How are we planning to do it - Create a default site structure, with a template per page ( some initial components ) using a Master English language. then create a language copies from the master l...
Hello everyone,Does someone know how can I change the character encoding in the response on a sling model exporter?Here a piece of code that I'm using@Model(adaptables = SlingHttpServletRequest.class, resourceType = {"..."}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)@Exporter(...
Hi All In AEM 6.2 we appear to be facing minification issues with YUI (JS Compressor) which is set at OSGi config - Adobe Granite HTML Library Manager. Following are the issues and observations.Troubleshooting steps we took:We were not getting the latest JS for our community calendar (issues we had ...
I'm working in AEM sites 6.2 and am looking for a way to edit the automatically generated html of the table component. If I generate a base 3x2 table I am provided with this:<table cellspacing="0" cellpadding="1" border="1"> <tbody> <tr> <td> </td> <td> </td>...