UNPKG

strapi-plugin-publisher

Version:

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

18 lines (16 loc) 356 B
import bootstrap from './bootstrap'; import config from './config'; import contentTypes from './content-types'; import controllers from './controllers'; import register from './register'; import routes from './routes'; import services from './services'; export default { bootstrap, register, config, contentTypes, controllers, routes, services, };