UNPKG

sanity-plugin-asset-source-getty

Version:
19 lines (14 loc) 345 B
# 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" } ```