UNPKG

strapi-plugin-publisher

Version:

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

11 lines (8 loc) 179 B
const pluginPkg = require('../../package.json'); /** * Returns the plugin id * * @return plugin id */ const pluginId = pluginPkg.strapi.name; module.exports = { pluginId };