I have a page that has:
<cq:include path="./par" resourceType="foundation/components/parsys" />
Some of the components under ./par has cq:noDecoration=true set.
Those components, don't get component control (no blue border when mouse over).
How can I force render automatically generated <div> around the components that have cq:noDecoration set?
Thses component need cq:noDecoration because they are included in when rendering <head>.
Components are managed in a page with parsys. And, then each component paths are included in <head>.
For example,
<!doctype html>
<html>
<head>
<sling:include path="/content/example/page/jcr:content/par/component1.foobar" />
....
And in the management page (/content/example/page), I render parsys.