1.1.0 • Published 1 year ago

@weissearena/sanity-plugin-attribute-matrix v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

sanity-plugin-attribute-matrix

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-attribute-matrix

Usage

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

import {defineConfig} from 'sanity'
import {attributeMatrix} from 'sanity-plugin-attribute-matrix'

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

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.

1.1.0

1 year ago

1.0.0

1 year ago