Hello All, Probably bringing back one of the previously asked questions about finding and fixing broken links in AEM. There are some discussions and solutions mentioned eg using groovy script (can't use this currently) and link checker (https://experienceleaguecommunities.adobe.com/t5/adobe-experien...
What are the different options available for integration of external assets to Scene 7 other than API? Please provide links to relevant documentation for integration with Scene 7. In the API based integration, is the image to be converted to Binary for sending it to Scene 7?
We have multiple components with custom javascript, the way we include this clientlibs is by adding a script tag to the component's html file. window.bootstrap_component(function() { init_component_name(); })In our head.html we define the function bootstrap_component like so: window.bootstrap_component = function (handler) { if (typeof handler === 'function') { if (document.readyState === "complete" || document.readyState === "loaded" || document.readyState === "interactive") { handler(); } else { document.addEventListener("DOMContentLoaded", function() { handler(); }); } } } This works just fine but for the past two years we have been getting bugs on and off fro...
Dear All, I have added conf folder in my ui.apps , as shown in below. And also I have updated my filter.xml file as below. But when I am running my ui.apps , then I am getting below error. Filter root's ancestor '/conf' is not covered by any of the specified dependencies.
I have integrated Dynamic Media scene7 Mode with my AEM 6.5.5.0 environment. I have created few presets(480 x 250, 300 x 250, 330 x 100) and these presets are getting rendered on page. But what I see is the images are not responsive i.e. every time I resize the browser window, the image size and wid...
Hai All,I am using full-text search. and If I search for keywords like "admin", "nt-unstructured", also it is showing results,Can anyone please help me out to restrict full-text search for these AEM pre-defined properties? Many Thanks,Sateesh K.
We have a requirement to include special attributes like async, defer, nomodule to the script tags generated by client libs. We have found there is no out of the box AEM support for this. We tried to find other options. But we are only getting following github links and not getting proper steps to i...
Hey. I ran into a specific issue in a component after upgrading from 6.3 to 6.5. The component has after which 1 of 3 options is selected, and depending on which value is selected, another field should be displayed. At 6.3 there are no problems with this, after the upgrade to 6.5 the field is no lon...
Since the 6.4 upgrade, rollout configs moved from /etc to various locations (/libs, /apps). Before, we could set the order by reordering them in the miscadmin tools interface in Classic. This would control the order that the rollout configs applied to a rollout, when multiple configs were added to a...