It seems that I can’t leave the date field empty if I want to publish a page on the panel. The following error comes up: “The page has errors and cannot be published. * strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated”
Still getting acquainted with Kirby. Just wondering if there’s a way to make the date field optional to fill like others? I’ve tried the “when” conditional field but the error comes up even when the field is seemingly hidden in the panel.
I’m using Kirby 3.6 and php >=7.1.0 <8.2.0. Perhaps it’s a php issue?
It’s definitely just this field because if I delete it from the blueprint I’m able to publish. It’s only when I don’t put in a date that I receive that error.
Sharing what I have in the blueprint for this field -
watchDate:
label: Watched on
type: date
display: MM/DD/YYYY