This is a Sanity Studio v3 plugin.
This plugin allows content editors to quickly view, approve and reject all the documents in draft mode.
- Sanity Preview Support
- New Grid Layout
- Dark Mode Support
- User Presence Support
- Live updates
- Validation errors
npm install sanity-plugin-draft-review-v3
Add it as a plugin in sanity.config.ts
(or .js):
import {defineConfig} from 'sanity'
import {draftReviewPluginV3} from 'sanity-plugin-draft-review-v3'
export default defineConfig({
//...
plugins: [draftReviewPluginV3({})],
})
MIT © Gustavo Bremm
This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.
See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.