sanity-plugin-draft-review-v3
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

sanity-plugin-draft-review-v3

This is a Sanity Studio v3 plugin.

v2 version here

This plugin allows content editors to quickly view, approve and reject all the documents in draft mode.

Whats New!

  • Sanity Preview Support
  • New Grid Layout
  • Dark Mode Support
  • User Presence Support
  • Live updates
  • Validation errors

Screenshot

Installation

npm install sanity-plugin-draft-review-v3

Usage

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({})],
})

License

MIT © Gustavo Bremm

Develop & test

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.

Readme

Keywords

Package Sidebar

Install

npm i sanity-plugin-draft-review-v3

Weekly Downloads

134

Version

0.1.0

License

MIT

Unpacked Size

11.2 MB

Total Files

18

Last publish

Collaborators

  • bremm