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

1.0.1 • Public • Published

sanity-plugin-daterange-input

This is a Sanity Studio v3 plugin.

image

Installation

npm install --save sanity-plugin-daterange-input

Usage

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

 import {defineConfig} from 'sanity'
 import {dateRangePlugin} from 'sanity-plugin-daterange-input'

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

Then in your schemas, use it as a field

{
    name: "period",
    type: "dateRange"
}

License

MIT © Sanity.io

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.

Readme

Keywords

Package Sidebar

Install

npm i sanity-plugin-daterange-input

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

16 kB

Total Files

17

Last publish

Collaborators

  • stipsan