sanity-plugin-sixtry
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

sanity-plugin-sixtry

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-sixtry

Usage

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

import {defineConfig} from 'sanity'
import {sixtry} from 'sanity-plugin-sixtry'

export default defineConfig({
  //...
  plugins: [sixtry({})],
})

License

MIT © Christopher Daniel Dean

Develop & test

This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.

See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.

Readme

Keywords

Package Sidebar

Install

npm i sanity-plugin-sixtry

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

8.05 kB

Total Files

11

Last publish

Collaborators

  • christopherdean