I have a date field with time: true and I would like to define the steps for the minutes according to this time field documentation: Time | Kirby CMS
Setting it like this have no effect:
published:
type: date
time: true
step: 1
Afterwards I found out that according to Date | Kirby CMS this field option doesn’t exist. Is this a missing feature or is there an alternative way to achieve this?