Component Wrapping Elements - Bug or Not?
AEM 6.1 with SP1 installed - when using the wcm/foundation/components/title and wcm/foundation/components/text components, they are wrapped in
<div class="section title"> </div>
and
<div class="parbase section text"></div>
respectively.
In 5.6.1 you can change the include options to not wrap the components, or, set the decoration tag to nothing. I am unable to replicate this functionality in 6.1 and it's causing some rather large issues with some functionality i'm trying to implement.
Is this a bug or something that hasn't been implemented and should be a feature request, or am I completely missing something?