Skip to content

Instantly share code, notes, and snippets.

@VivekSaha
Created September 29, 2025 18:35
Show Gist options
  • Select an option

  • Save VivekSaha/68186254f4c7a33bdab0190ce6410e7e to your computer and use it in GitHub Desktop.

Select an option

Save VivekSaha/68186254f4c7a33bdab0190ce6410e7e to your computer and use it in GitHub Desktop.
AEM - Custom component without dialog CRXDE
Custom component without dialog:- CRXDE
Step 1: Create Node Title "Product Details" & Type "cq:Component".
Add properties
jcr:primaryType="cq:Component"
jcr:title="Product Details"
componentGroup="AEM Geeks - Content"
Step 2:- Create .html file "productDetails.html" for render in UI.
Step 3:- Create Node "cq:editConfig" & Type "cq:EditConfig".
Step 4:- Add component in template policy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment