Strapi Plugin Publisher

screenshot of Strapi Plugin Publisher
react
styled-components
strapi

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

Overview

Strapi-plugin-publisher is a plugin for Strapi that allows users to schedule the publishing and unpublishing of any content type. It provides an easy way to manage content availability and control when content is visible to users.

Features:

  • Schedule publishing and unpublishing of content types
  • Ability to set the frequency for checking actions
  • Customizable settings for components like DateTimePicker
  • Hooks for running functions before and after publishing or unpublishing
  • Option to enable Publisher section for all content types

Summary:

Strapi-plugin-publisher is a useful plugin for Strapi that adds scheduling capabilities for publishing and unpublishing content types. It allows users to easily manage content availability and provides customizable settings for controlling when content is visible to users. With features like custom hooks and configurable components, the plugin offers flexibility in managing content publishing workflows. By following the installation and configuration guide, users can seamlessly integrate the plugin into their Strapi setup and take advantage of its scheduling features.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.