UNPKG

strapi-plugin-publisher

Version:

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

10 lines (7 loc) 170 B
'use strict'; const { pluginId } = require('../utils/pluginId'); module.exports = ({ strapi }) => ({ get() { return strapi.config.get(`plugin.${pluginId}`); }, });