docs: add Sanity integration guide (#10152)
* docs: add integrate to Sanity guide * address PR feedback * added more screenshots * edit introduction * added meta images + changes
This commit is contained in:
@@ -513,8 +513,8 @@ export const updateCustomFromCartWorkflow = createWorkflow(
|
||||
entity: "cart",
|
||||
fields: ["custom.*"],
|
||||
filters: {
|
||||
id: input.cart.id
|
||||
}
|
||||
id: input.cart.id,
|
||||
},
|
||||
})
|
||||
|
||||
// TODO create, update, or delete Custom record
|
||||
|
||||
Reference in New Issue
Block a user