Hello.
Suppose I have a tree with nodes and sub-nodes. I want to move all the children of a node to another node ("under" the destination node, among the already existing children). Also, it would be nice if this didn't generate a move_node
event. Can anyone help?
Thank you in advance.