ricokahler / sanity-super-pane

The Sanity Desk Tool Pane with Super Powers
sanity-super-pane.vercel.app
MIT License
100 stars 12 forks source link

[Feature Request] Use Views #75

Open ovsw opened 2 years ago

ovsw commented 2 years ago

Need to be able to specify document views (for preview panes, and the like). Without this ability, we lose some very important functionality.

Something like this?:

//....
 S.listItem()
      .title("Posts List")
      .icon(Article)
      .child(createSuperPane("post", S).views(standardViews)),
//....