Skip to content

Sanity plugin that allows you to select a specific color from an array of colors.

License

Notifications You must be signed in to change notification settings

pogasanov/sanity-color-list

 
 

Repository files navigation

This is a Sanity Studio v3 plugin.

Installation

npm install --save sanity-plugin-color-list@studio-v3

Usage

sanity-plugin-color-list

This is a Sanity Studio v3 plugin.

Installation

npm install --save sanity-plugin-color-list@studio-v3

Usage

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

 import {defineConfig} from 'sanity'
 import {myPlugin} from 'sanity-plugin-color-list'

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

License

MIT © Kim Björkman

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.

License

MIT © Kim Björkman

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.

Release new version

Run "CI & Release" workflow. Make sure to select the main branch and check "Release new version".

Semantic release will only release on configured branches, so it is safe to run release on any branch.

About

Sanity plugin that allows you to select a specific color from an array of colors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.1%
  • JavaScript 3.8%
  • Shell 1.1%