I've added a paragraph system component in my template, trying to emulate the Geometrixx's contentPage. Everything is fine but I can't drag any components into the system because there are none to add. What can I be missing?
More information:
- My component page inherits from foundation's page. (primary type: cqComponent)
- My template page has that component as resource type. (primary type: cqTemplate)
- The page (primary type: cqPage), in its jcr:content node has the component as resource type, the template as cq:Template property, and has par as a child (whose type is foundation/components/parsys)
- Inside the jsp template there is this line:
<cq:include path="par" resourceType="foundation/components/parsys"/>