Upgrade to 3.1.4
This commit is contained in:
@@ -16,7 +16,7 @@ return [
|
||||
'placeholder' => null,
|
||||
|
||||
/**
|
||||
* Default selected page(s) when a new Page/File/User is created
|
||||
* Default selected page(s) when a new page/file/user is created
|
||||
*/
|
||||
'default' => function ($default = null) {
|
||||
return $this->toPages($default);
|
||||
@@ -44,7 +44,7 @@ return [
|
||||
},
|
||||
|
||||
/**
|
||||
* Changes the layout of the selected files. Available layouts: list, cards
|
||||
* Changes the layout of the selected files. Available layouts: `list`, `cards`
|
||||
*/
|
||||
'layout' => function (string $layout = 'list') {
|
||||
return $layout;
|
||||
@@ -65,7 +65,7 @@ return [
|
||||
},
|
||||
|
||||
/**
|
||||
* If false, only a single page can be selected
|
||||
* If `false`, only a single page can be selected
|
||||
*/
|
||||
'multiple' => function (bool $multiple = true) {
|
||||
return $multiple;
|
||||
@@ -79,7 +79,7 @@ return [
|
||||
},
|
||||
|
||||
/**
|
||||
* Layout size for cards
|
||||
* Layout size for cards: `tiny`, `small`, `medium`, `large` or `huge`
|
||||
*/
|
||||
'size' => function (string $size = null) {
|
||||
return $size;
|
||||
|
Reference in New Issue
Block a user