sanity-plugin-headup
v1.0.2
Published
Uploads media assets to Shopify
Downloads
3
Readme
sanity-plugin-headup
This is a Sanity Studio v3 plugin.
First you'll need to install the Shopify App from the App Store
Some link to the Shopify App
Installation
npm install sanity-plugin-headup
Usage
Add it as a plugin in sanity.config.ts
(or .js):
import {defineConfig} from 'sanity'
import {headup} from 'sanity-plugin-headup'
export default defineConfig({
//...
plugins: [haedup({
{
"apiKey": "[keyProvidedFromShopifyApp]",
"store": "yourshopifystore.myshopify.com"
}
})],
})
License
MIT © Kevin Green