Is it possible for the author to add/remove child pages from the navigation/root component?
Hi all!
We are creating a POC for the footer component and we have created a custom component in which it takes in the root path of the user and it displays the children and grandchildren pages (2 levels). We have done this so the author won't need to author all the child pages individually.
One of the requirements is to give the author an option to remove pages (grandchildren) for the footer component without removing the page from the project structure which we have managed to do.
Another requirement is for the author to add pages which aren't present in that root (without actually creating a page in the project structure) by just having to add/author the page title and link. Is this requirement possible to achieve? What would be an appropriate way to structure the dialog to decide which column the author wants to add the grandchild to?
Thank you and apologies if the description is confusing.