DHXTree Item Movement

In DHXTree v1.6 Standard, using Drag-n-Drop OR cut() Paste(), we are able to put items as child , How to paste them as a sibling of destination or target item?

This is limitation of standard version - there is no native “sibling” mode.
But it possible to use onDrag event and call custom moveItem code instead of default logic.