See we are using AEM translator http://localhost:4502/libs/cq/i18n/translator.html which has UI like thisNow we support entire EUROPE region for 56 locale so before submitting to translation.com i have to add the english content to all these 56 locale manually. It's such a hectic work to do as an A...
I have few AEM groups and it has already existed in AEM and it has their individual permissions to folders, Currently i need to validate all the permission levels for almost 20+ AEM groups any solution for this process ?I want to Validate & export all the groups with their permissions.
Hi everyone,I'm trying to create a nested block structure in Universal Editor using the following JSON definition:{ "definitions": [ { "title": "Tabs", "id": "tabs", "plugins": { "xwalk": { "page": { "resourceType": "core/franklin/components/bloc...
Hi all,I’m trying to expose a Sling model using the Jackson exporter in AEM as a Cloud Service, but I’m facing an issue where nested objects or lists return null in the JSON output, even though the values are present in the JCR.Here's a simplified version of my code:Sling Model@Model(adaptables = Re...
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!