hierarchical-document-list
hierarchical-document-list copied to clipboard
Is there a way to display and modify branches of the hierarchy within child documents?
Is your feature request related to a problem? Please describe. I am creating something like a book, where there are various sections, chapters, essays, guides. The tree is great for visualizing the entire table of contents, but I would like to be able to go to a section or chapter document within Sanity Studio and just view/edit/add to the children of that specific section or chapter.
Describe the solution you'd like If a section/chapter/essay is a part of the main tree, I'd like to be able to modify just the children of the section/chapter/essay of the one single tree in various documents.
Currently the documentation only demonstrates using createDeskHierarchy as a singleton within the deskStructure.js. It also doesn't expose the underlying UI components as modules we can import and use within individual documents.