0.1.6 • Published 4 years ago

sanity-shopify-toolkit v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Sanity Shopify Toolkit

A utility toolkit for building Shopify sites with Sanity, Shopify, and Next.

Schemas

These predefined schemas will help build document types quickly.

Product Schemas

The product schema is available to add to sanity that corresponds with the sync script. to import it do the following:

import {
  product,
  ProductInfo,
  ProductConfigurations,
  ProductData,
} from '@sanity-shopify-toolkit';

export default {
  ...product,

  fields: [
    //
    ...ProductInfo,
    ...ProductConfigurations(),
    ...ProductData,
  ],
};
0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago