strapi-community / strapi-plugin-publisher

A plugin for Strapi Headless CMS that provides the ability provides the ability to easily schedule publishing and unpublishing of any content type.
https://market.strapi.io/plugins/strapi-plugin-publisher
MIT License
48 stars 17 forks source link

How to change the Time intervel using strapi Date and Time picker #75

Closed maruthasalamr closed 1 year ago

maruthasalamr commented 1 year ago

As a strapi user admin i need to set the published/unpublished date and time. The time picker is currently showing one minutes time interval but i need to have this in 30 minutes time interval.

Currently Behaviour

image

System

Node.js version: 14.19.1 NPM version:9.2.0 Strapi version: 4.9.1 strapi plugin publisher : 1.3.1 Database: postgres Operating system: Mac Os

ComfortablyCoding commented 1 year ago

The datetime picker step can be set via the components.dateTimePicker.step setting (added in #36).