UNPKG

strapi-plugin-publisher

Version:

A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.

6 lines (4 loc) 168 B
import validateBeforeScheduling from './middlewares/validate-before-scheduling'; export default ({ strapi }) => { strapi.documents.use(validateBeforeScheduling); };