Hi All,
As AEM has provided one OOTB component called: External (path: /libs/foundation/components/external) and it's built using JSP.
Based on my current requirement I can go ahead and overlay this component.
While doing the overlay -
a. I need to Reconstruct the appropriate /libs structure under /apps
b. Rename the component 'Title' and 'name' like - Project_Name-External and project_name-external.
c. Change the value of componentGroup property.
Note: Based on requirement its not required to make any change in code level.
As the other components in our project, we have built using sightly .So, my question is that if I consider the best practice do I need to build the 'External' component using sightly for my project or I can continue with JSP.
Thanks for your help.
Debal