sanity-plugin-recycle-bin
Adds a Recycle Bin to your Sanity Studio so you can restore your deleted Sanity documents
Installation
sanity install recycle-bin
Configuration
You need to setup this webhook for this plugin to work.
- Replace PROJECTID and DATASET with your own values.
- Create a token with read+write access to the relevant dataset on https://manage.sanity.io.
- Add an HTTP header to the Webhook with name "Authorization" and value "Bearer TOKEN", where TOKEN is replaced with the token you created.
- Enable the webook for the relevant dataset.
License
MIT © Rune Botten See LICENSE