Siblings
How to get siblings? For example somethig like node.getNextSibling() or node.getPreviousSiblings()? I cannot find in API
Why I need it. After the live copy creation the node order is wrong in the live copy. I mean the node order is different in the live copy and in the blueprint. There is an orderChildren sync action in the default rollout configuration. But... Unfortunately orderChildren does not help
Thanks