'How to add the custom components in AEM?
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
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sadistic |
