How to move a node to a particular position programmatically?
Hi All,
I want to move a node above or below to a particular node in sightly handler. Similar to how we order a node in CRXDE manually.
Ex:
jcr:Content
Node1
Node2
Node0
Now, I want to move Node0 above Node1, in sightly handler.
Regards,
Vikram.
