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) 161 B
const { pluginId } = require('./pluginId'); const getPluginEntityUid = (entity) => `plugin::${pluginId}.${entity}`; module.exports = { getPluginEntityUid, };