fix: [authkey:add] Forced `expiration` field to use datetime UI component
Fix #145refacto/CRUDComponent
parent
e9056a7b4c
commit
f18cde8b0f
|
@ -14,7 +14,8 @@ echo $this->element('genericElements/Form/genericForm', [
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'field' => 'expiration',
|
'field' => 'expiration',
|
||||||
'label' => 'Expiration'
|
'label' => __('Expiration'),
|
||||||
|
'type' => 'datetime',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'submit' => [
|
'submit' => [
|
||||||
|
|
Loading…
Reference in New Issue