UNPKG

strapi-plugin-publisher

Version:

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

8 lines (6 loc) 144 B
import pluginId from '../utils/pluginId'; export default ({ strapi }) => ({ get() { return strapi.config.get(`plugin::${pluginId}`); } });