Hi , I was playing around with experience fragments and noted that if a component even core component with a check on wcmmode.edit is done in sightly , and is included on XF, it does not pick up the mode in preview or disabled mode(view as published) within XF if the component is included within a b...
This link: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/manage-logs.html?lang=en Has a section on downloading logs via api: $ aio cloudmanager:download-logs --programId 5 1884 author aemerror However, it does not say which of the...
Hi, I am trying to exclude the dependencies folder in ui.frontend from being minimized/optimized via Webpack, but I am unable to, I updated this line to this, but with no effect.minimizer: [ new TerserPlugin({ exclude: /src\/main\/webpack\/dependencies/, }),Use case, is that whatever ad...
Hi AEM Community I have the following scenario Brief description:Customer has AEM as a Cloud Service with multiple subdomains configured. The sitemap feature is enabled and also a customized class (MySiteMap.java) that extend the ResourceTreeSitemapGenerator abstract class from Sling. One of the res...
Hi All,https://experienceleague.adobe.com/docs/experience-manager-core-components/using/wcm-components/teaser.html?lang=enI'm referring to Teaser v2 (core.wcm.components.content-2.22.0.zip), which delegated image rendering to the Image v3 component.The documentation states that edit-dialog of the Im...
Hi,I am unable to find the right page url's(path) for news-content-fragments and news-logo on STAGE-publisher.How should I proceed to find those pages on publisher.The reason is, I need to clear the cache for those pages on STAGE as well as on PROD. So, please provide the solution regarding this iss...
HiThe initial content of the template isnt visible on the publisher, So I published template from template console https://localhost:4502/libs/wcm/core/content/sites/templates.html/conf/corporate but the initial content isn't showing on the publisher.But When I replicate the template from author cr...
Hi, I am trying to adapt a resource into an Image.class object in my Sling model, but I always get `null` for `image1` even though the resource is correctly returned with all its properties. I tried using `resourceResolver` and `request` below. @Model( adaptables = SlingHttpServletR...
Dear community, I have the requirement to exclude components under one folder from the built package. I made the following changes to filter.xml <filter root="/apps/myapp/components"> <exclude pattern="/apps/myapp/components/macrsite(/.*)?" /></filter> the ui.apps.structure pom looks like thi...
Hi all, I noticed that the button core component with a long text does not wrap when you try it on an XF and the layout mode say switching to Samsung galaxy or iPhone or resizing , tried the we-retail as well .. 6.5.17 instance Has anyone known of a solution ? @arunpatidar copying you incase you ha...