UNPKG

@seidhr/sanity-plugin-timespan-input

Version:

Make it easier to add timespan information with the help of Extended Date Time Format (EDTF).

13 lines (9 loc) 242 B
import { definePlugin } from 'sanity' import { timespan } from './schemas/Timespan' export const timespanInput = definePlugin({ name: '@seidhr/sanity-plugin-timespan-input', schema: { types: [timespan], }, }) export { timespan }