Upgrade to 3.1.4
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
return [
|
||||
'props' => [
|
||||
/**
|
||||
* Default date when a new Page/File/User gets created
|
||||
* Default date when a new page/file/user gets created
|
||||
*/
|
||||
'default' => function ($default = null) {
|
||||
return $default;
|
||||
@@ -39,7 +39,7 @@ return [
|
||||
*/
|
||||
'placeholder' => null,
|
||||
/**
|
||||
* Pass true or an array of time field options to show the time selector.
|
||||
* Pass `true` or an array of time field options to show the time selector.
|
||||
*/
|
||||
'time' => function ($time = false) {
|
||||
return $time;
|
||||
|
Reference in New Issue
Block a user