I have created a package with the below filter. And i installed in another CQ instance.
"/content/valley/en/jcr:content/header"
After installed the package, The above mentioned path(node) is not getting created. So i did some ground work and come to know that CQ is not allowing me to add any single node and also jcr:content node. It is expecting the whole page(cq:Page).
Is it expected behavior of CQ package concept?
If it is not please let me know how can i add single node under content node in filter section to package.
Thanks