zacharycoulter / sanity-plugin-asset-source-getty

Use the Getty API to select image right in Sanity CMS
MIT License
1 stars 0 forks source link

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:

{
  "apiKey": "yourkeyhere",
  "apiSecret": "yoursecrethere"
}