I've reported this as a bug a while ago. DefaultDragAndDropTarget doesn't work with content areas, only content references and url, which is weird. However, I don't know the latest status on the bug, not more than it's still in triage.
Giving this post a bump as I'm running into the same problem today, and getting this functionality down would represent a clear improvement to the editing experience for the project I am working on.
I'm assuming you are referring to bug #117952 from [DefaultDragAndDropTarget] doesn't work with ContenArea properties? I couldn't find the bug in the bug list. Do you know what became of the issue?
I can't find the bug either. And I'm pretty sure it's not fixed. Please report the issue to EPiServer and maybe they will actually mark it as a bug this time.
Hi,
I have a block which represents list of items:
And I'd like to allow user drag and drop pages into the list source, tying something like:
But the default behavior replaces whole ContentArea contents with a dropped page. How to modify it not to replace but just add a new item into the ListSource content area?