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) 168 B
import pluginPkg from '../../package.json'; /** * Returns the plugin id * * @return plugin id */ const pluginId = pluginPkg.strapi.name; export default pluginId;