sanity-plugin-asset-source-getty
Version:
Add images from Getty right from Sanity Studio
19 lines (14 loc) • 345 B
Markdown
# sanity-plugin-asset-source-getty
Use the Getty API to select image right in Sanity CMS
## Installation
In your studio folder, run:
```
sanity install asset-source-getty
```
Create ``./config/asset-source-getty.json`` and add the following:
```javascript
{
"apiKey": "yourkeyhere",
"apiSecret": "yoursecrethere"
}
```