Hi, our content authoring team would like to hide the following unused AEM page tabs for specific page templates.Cloud ServicesPermissionsPreviewProgressive Web AppCan you please recommend the best approach to accomplish this for AEM as a cloud service?Also, please let me know if there is any risk i...
I'm trying to write unit tests for an AEM Sling Model, but my test is failing. Here's the test I tried:@RunWith(MockitoJUnitRunner.class)public class ArticleContentModelTest {@Rulepublic AemContext context = new AemContext();private ArticleContentModel articleContentModel;@Beforepublic void setUp() ...
Hi All, To automate CDN cache purge on publish, we implemented a EventHandler which listens to replication request and initiate HTTP Purge request from Author to Publish to clear out CDN cache for published page. However, this Purge request is failing and we are getting 403 response - Complete Error...
Hi,I need to query for all occurrences of <br />, <br/>, or <br /> in my text components, but my search is not returning any results.Here is the query I am using:SELECT * FROM [nt:base] AS n WHERE n.[sling:resourceType]='xxx/components/content/text' AND CONTAINS(n.text, '<br') AND ISDESCENDANTNOD...
Hi Team, We received a customer request for redirecting a non-www to www abc.com (any page) should redirect (301) to www.abc.com Can I have some suggestion for implementing this redirection rule. Thanks in advance!
Hi Dev team, i was trying to author the text component (sling:resourceSuperType core/wcm/components/text/v2/text), in authoring mode we were able to author bullet List as shown in screen below.but when we mark it as done,the bullet list were not showning (Please reffer below screenshot), sam...
Hi everyone,I tried setting up the WKND project on my local AEM 6.4 instance.I was able to build and install the package, but when I try to open the WKND pages, I'm getting either a blank page or component not found errors.I have verified bundle is active and also there are no error logs.Would appre...
I have scenario where,we have single multifield and each multifield item have checkbox.based on checking the checkbox i want to disable other fields in each multifield item.Sample:multi item1 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)multiitem...
Hi, I have a servlet that performs a function, I have tested it and it works, to make it execute it is necessary to write the domain name followed by bin/serviceexecution.But now we want it to run only every so often, for that we have created a scheduler.The problem is that the scheduler is executed...