hierarchical-document-list icon indicating copy to clipboard operation
hierarchical-document-list copied to clipboard

Plugin for editing hierarchical references in the Sanity studio.

Results 20 hierarchical-document-list issues
Sort by recently updated
recently updated
newest added

If I add more than one type to the prop referenceTo, I can only edit the first type when clicking on a DocumentInNode-item. Clicking an item of a different type...

Great plugin! It's been super useful in my latest project. When clicking the 3 dots and choosing "duplicate" content from the hierarchy tree, an instance of the same document is...

Hi there, I am trying to add this to a project of mine and have potentially found a couple of issues. When clicking the `Main table of contents` document created...

This plugin is exactly what I'm looking for for my project. However I have noticed that with only ~40 documents being arranged in the tree switching to or from that...

I'm a total newb at Sanity (and coming from C#, not super-familiar with typescript either) so this is more than likely my ignorance, but here goes When I follow the...

**Describe the bug** I am experiencing an issue with the sanity3 plugin, specifically with the creatableTypes configuration in the createDeskHierarchy function. I want to prevent the "home" document type from...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...

Would it be possible to add support for versioning? This would be a major benefit and allow us to use this plugin in a entreprise environment.

**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...

**Describe the bug** I have multiple navigations so I have tried to put them inside a listItem and it's children, but that throws an error: ```jsx S.listItem() .title("Navigation") .id("navigation") .icon(PiNavigationArrowFill)...