html extension for page links
hi ,
I supertyped List component and created a new component with new option "Custom List".
Out of the box "fixed list" links have ".html" extension, where as custom option, model I created does not generate ".html" extension.
Question: what is the best way to generate .html extension (Is it using Externalizer ? but it doesn't seem to generate .html extension )
NOTE:
I have some external URLs such as https://somesite.com/financial-information/quarterly-results
which should not get .html extension but only pages /content/myaemsite pages should get .html extension
Do I need to write any linktransformer implementation and rewriter osgi config ?
I tried to look into https://github.com/adobe/aem-core-wcm-components/blob/d3d89a177d9a5095a648484a1b00d2046e73ce27/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/link/LinkManagerImpl.java
to see how aem core components doing but could not get to the bottom of it.


