Hi,
I'm dynamically generating a navigation component by retrieving all child pages of a parent page. The component takes the parents path as an input. I have a requirement where the user wants to be able to change the order that the navigation links(tabs) appear. Each tab in the navigation corresponds to each childPage
Any suggestions on how to implement this use case, keeping the navigation component driven by path?