How to use cq:noDecorator property in cq5 , can the default 'div' tag be changed to other block tags
I need to remove decorator 'div' tags added around components by CQ5 for few select components. They can be part of the mark up in author mode, but it should not be present in the final mark up on publish. To change the default div tags to something else , use cq:htmlTag nodes in your components. This lets you modify the tag , classes and id associated with the decorator tag. Create cq:htmlTag node [primaryType:nt:unstructured] under your component. Add cq:tagName property [type:String] with the tag to be used as value. Add class property [type:String] with class(es) to be added to the