diff --git a/plugins/bc-custom-content/plugins/BcCcDate/src/View/Helper/BcCcDateHelper.php b/plugins/bc-custom-content/plugins/BcCcDate/src/View/Helper/BcCcDateHelper.php index 07621b4e9b..e2d8819c82 100644 --- a/plugins/bc-custom-content/plugins/BcCcDate/src/View/Helper/BcCcDateHelper.php +++ b/plugins/bc-custom-content/plugins/BcCcDate/src/View/Helper/BcCcDateHelper.php @@ -49,7 +49,7 @@ public function control(CustomLink $link, array $options = []): string { $field = $link->custom_field; $options = array_merge([ - 'type' => 'date', + 'type' => 'datePicker', 'size' => $field->size ], $options); return $this->BcAdminForm->control($link->name, $options);