You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ricokahler I went to try this out in my project - what I'd like to see is the same formatting - or at least the same options - for functions that configure the results super pane. In this case using a GROQ with existing $id parameter.
S.listItem(id)
.title('Normal List per Band')
.child(
createSuperPane(S)
.schemaType('product')
.title('Product List')
.filter(`_type == "product" && references($id)`)
.params({ id })
),
vs
S.listItem(id)
.title('Normal List per Band')
.child(
createSuperPane('product', S)
),
I could also make great use of exposing the bulk actions menu to custom document actions as you've mentioned above!
Hey @ricokahler I went to try this out in my project - what I'd like to see is the same formatting - or at least the same options - for functions that configure the results super pane. In this case using a GROQ with existing $id parameter.
vs
I could also make great use of exposing the bulk actions menu to custom document actions as you've mentioned above!
Originally posted by @BenjaminWalsh in #2 (comment)
The text was updated successfully, but these errors were encountered: