Added "AllowDrag" property and Accepts-Parameter includes drop target
-
Added "AllowDrag" property to the DropZone. This will use a lambda to determine if an item should be dragable. If not, it will also set the CSS of that object to prevent interaction so that the user can't highlight it. contributed by @ThatRickGuy
-
expanded the Accepts-Parameter to include the drop target - fixes #78 - contriubted by @koryphaee