0

How to do the custom components in AEM? like i have tried to do it by changing the html code in clientlibb but do not understand how to do it properly

1 Answers1

0

To create a custom component you need to create a component node under /apps/<your_proj>/component. Once created, under the node rename the .jsp file to .html and then add your dialog node. This link should help.

Sadistic
  • 541
  • 4
  • 12