0.0.1 • Published 9 months ago

@stackshift/components-layout v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

sanity-plugin-layout

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-layout

Usage

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

import {defineConfig} from 'sanity'
import {myPlugin} from 'sanity-plugin-layout'

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

License

MIT © WebriQ

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.

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

10 months ago