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