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)),
//....