Cross dataset tokens tool
This Sanity plugin supports a convenient way to maintain cross dataset tokens.
Install
sanity plugin install cross-dataset-tokens
Enable only in dev
To enable this plugin only locally, configure the Environments' section in sanity.json
//...
"env": {
"development": {
"plugins": [
"cross-dataset-tokens"
//...
]
}
}