Solved
cq:dropTargets group to drag cq:page
How can we add cq:dropTargets under cq:editConfig to drag cq:page from content finder pages?
How can we add cq:dropTargets under cq:editConfig to drag cq:page from content finder pages?
use this in edit config.
<cq:dropTargets jcr:primaryType="nt:unstructured">
<page
jcr:primaryType="cq:DropTargetConfig"
accept="[.*]"
groups="[page]"/>
</cq:dropTargets>
accept takes regex so you can change that as per your requirements.
Why do you need this..any specific requirement?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.