Drag and drop not working for Richtext in multifield
The image drag and drop for richtext is not working, when richtext is added in multifield widget.
Any pointers will be appreciated. Thanks in advance !!!
dialog.xml
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="cq:Dialog"
activeTab="0"
xtype="tabpanel">
<items jcr:primaryType="cq:WidgetCollection">
<tab3
jcr:primaryType="cq:Panel"
title="Sections">
<items jcr:primaryType="cq:WidgetCollection">
<sections
jcr:primaryType="cq:Widget"
fieldDescription="Select [+] button to add, [&uarr;] [&darr;] to arrange, [-] to delete"
name="./section"
xtype="multifield">
<fieldConfig
jcr:primaryType="cq:Widget"
collapsed="false"
collapsible="false"
xtype="dialogfieldset">
<items jcr:primaryType="cq:WidgetCollection">
<text
jcr:primaryType="cq:Widget"
fieldLabel="Text"
name="./text"
xtype="richtext">
<rtePlugins jcr:primaryType="nt:unstructured">
<image
jcr:primaryType="nt:unstructured"
features="*"/>
</rtePlugins>
</text>
</items>
</fieldConfig>
</sections>
</items>
</tab3>
<tab2
jcr:primaryType="cq:Panel"
title="Sections">
<items jcr:primaryType="cq:WidgetCollection">
<sections
jcr:primaryType="cq:Widget"
fieldDescription="Select [+] button to add, [&uarr;] [&darr;] to arrange, [-] to delete"
name="./section"
xtype="multifield">
<fieldConfig
jcr:primaryType="cq:Widget"
collapsed="false"
collapsible="false"
xtype="richtext"/>
</sections>
</items>
</tab2>
</items>
</jcr:root>