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>
Solved! Go to Solution.
Views
Replies
Total Likes
Here is a new community article (built in part from this thread) that shows this functionality:
http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html
This article covers the following:
Views
Replies
Total Likes
Here is a new community article (built in part from this thread) that shows this functionality:
http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html
This article covers the following:
Views
Replies
Total Likes
IN your example -- is everyone else working -- just not drag and drop?
Views
Replies
Total Likes
Yes, Only problem is that it is not allowing drag and drop from content finder.
Views
Replies
Total Likes