UNPKG

strapi-plugin-publisher

Version:

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

8 lines (5 loc) 138 B
'use strict'; const actionContentType = require('./action-content-type'); module.exports = { action: { schema: actionContentType }, };