How to add the custom components in AEM?

871 views Asked by At

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

There are 1 answers

0
Sadistic On

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.