Hi @Mahesh_Gunaje
I saw your question about the AEM page property checkbox, and I think I can help you out. You want it to show up only on specific language pages like /content/abc/us/en, /content/abc/us/fr, and /content/abc/gb/en (at the 4th level), but not on deeper pages like /content/abc/us/en...
Hi @eysmatyu
To notify the author when a reviewer submits their comments, you can implement a custom AEM workflow that triggers email and in-system notifications. Here’s how to achieve this:
Steps:
Create Custom Workflow:In Workflow Editor, create a workflow model with the following steps:
Partici...
Hi @SudarshanV1
Use data-sly-include InsteadReplace data-sly-resource with data-sly-include to include rendered content with default properties:
<div data-sly-include="${'/content/path/to/inlinesubscribe' @ resourceType='abc/components/content/inlinesubscribe'}"></div>
<div data-sly-include="${'/...
Hi @AnushaAt I believe to address the requirement of setting different permissions for folders and files (sub-pages) in AEM 6.5.19, we need a targeted approach that leverages granular Access Control List (ACL) configurations without compromising performance or maintainability. Here's how you can ach...
Hi @AzusaTa
In the AEM GraphiQL query editor, the icons you see next to the query name typically represent specific actions or statuses. Here's what the icons you mentioned stand for:
1. Paper Plane Icon (Send/Publish)- This icon usually indicates that the query has been sent or executed. It's the ...
Hi @jerinraj5555 Please confirm these things :
the overlay path exactly mirrors the path in /libs. The file structure in /apps must exactly match the one in /libs to successfully override the JSP file.
Original file: /libs/dam/gui/coral/components/admin/contentrenderer/base/init/assetBase.jsp
Overl...
Hi @EstebanBustamante I believe the requirement is for Classic UI. Classic UI and Touch UI use different technologies, He is working on Classic UI, where xtype is used instead of sling:resourceType
Hi @sams16001423 Could you please checkFix the Field Name and Hierarchy: The name attribute is crucial for correctly storing and retrieving values. In a nested multifield, make sure that the parent multifield and child multifields have correct hierarchical names.
Update your XML with relative paths...
Hi @smahesh To implement WAF rules for AEM as a Cloud Service, follow these steps:
1. Create a Web ACL
Go to your cloud provider’s WAF console (e.g., AWS WAF).Create a new Web ACL.
2. Add Default Rule Groups
Add managed rule groups like AWS-AWSManagedRulesCommonRuleSet for common threat protection.
...