Skip to content

Sanity Schema.org Plugin: The ultimate content modeling tool for Sanity.io

License

Notifications You must be signed in to change notification settings

21GramConsulting/sanity-schema-org

Repository files navigation

@21gram-consulting/sanity-schema-org

Installation

npm install --save @21gram-consulting/sanity-schema-org

or

yarn add @21gram-consulting/sanity-schema-org

Usage

Add it as a plugin in sanity.config.ts (or .js):

 import {createConfig} from 'sanity'
 import {myPlugin} from '@21gram-consulting/sanity-schema-org'

 export const createConfig({
     /...
     plugins: [
         myPlugin({})
     ]
 })

License

MIT © 21Gram Consulting See LICENSE

About

Sanity Schema.org Plugin: The ultimate content modeling tool for Sanity.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published