I have a field that displays time, and I’d like it to stop rounding to the nearest 5 minutes, as it needs to be accurate to the minute. So for example, I need it to display “14:23” not “14:25” as the time. I’ve added the step option to my field, but it’s still not working. What am I doing wrong? Here’s the blueprint:
published:
width: 1/2
label: Published Date
type: date
display: DD MMMM YYYY
time: true
step:
unit: minute
size: 1
default: now