1.0.3 • Published 9 days ago

sanity-plugin-roboto-ab-test v1.0.3

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

sanity-plugin-roboto-ab-test

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-roboto-ab-test

Usage

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

import {defineConfig} from 'sanity'
import {myPlugin} from 'sanity-plugin-roboto-ab-test'

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

License

MIT © Hrithik Prasad

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.