1.0.2 • Published 1 year ago

sanity-plugin-headup v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago