@webriq-pagebuilder/sanity-plugin-webriq-scheduled-publishing
v6.1.1
Published
Supercharging pages, posts and any other document to be published at a later date
Downloads
1,078
Readme
@webriq-pagebuilder/sanity-plugin-webriq-scheduled-publishing
This is a Sanity Studio v3 plugin.
Installation
npm install @webriq-pagebuilder/sanity-plugin-webriq-scheduled-publishingUsage
Add it as a plugin in sanity.config.ts (or .js):
import {defineConfig} from "sanity"
import {myPlugin} from "@webriq-pagebuilder/sanity-plugin-webriq-scheduled-publishing"
export default defineConfig({
//...
plugins: [myPlugin({})],
})License
MIT © WebriQ
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.
