AEM 5.6.1 - I've long wondered whether I can remove the anchors which are generated by the parsys component (for enabling linking down the page) and redefine them as ID attributes on the included resource. The anchors are an unfortunate nuisance when trying to code CSS to handle contextual styling of adjacent components.
I see that I can affect the attributes of a component by modifying the cq:htmlTag property, but that doesn't appear to be modifiable during runtime (unlike the option to get/set additional CSS classes on the component via IncludeOptions.getCssClassNames()).
Do I have any options which I've overlooked?
Thanks!
Garth