UNPKG

strapi-plugin-publisher

Version:

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

13 lines (10 loc) 239 B
const { pluginId } = require('./pluginId'); /** * A helper function to obtain a plugin service * * @return service */ const getPluginService = (name) => strapi.plugin(pluginId).service(name); module.exports = { getPluginService, };