strapi-plugin-publisher
Version:
A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.
12 lines (10 loc) • 291 B
JavaScript
import actionService from './action-service';
import emitService from './emit-service';
import publicationService from './publication-service';
import settingsService from './settings-service';
export default {
action: actionService,
emitService,
publicationService,
settingsService,
}