Yup
This commit is contained in:
@ -101,6 +101,7 @@ return [
|
||||
// 'small' => ['w' => 200, 'h' => 200, 'q' => 75, 'fit' => 'crop'],
|
||||
'thumbnail' => [ 'w' => 300, 'h' => 300, 'q' => 75 ],
|
||||
'logo' => [ 'w' => 200, 'h' => 200, 'q' => 80, 'fit' => 'contain' ],
|
||||
'logo_large' => [ 'w' => 400, 'h' => 400, 'q' => 80, 'fit' => 'contain' ],
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
@ -53,9 +53,20 @@ return [
|
||||
*/
|
||||
|
||||
'widgets' => [
|
||||
'getting_started',
|
||||
// 'getting_started',
|
||||
[
|
||||
'type' => 'collection',
|
||||
'collection' => 'pages',
|
||||
'limit' => 10,
|
||||
],
|
||||
[
|
||||
'type' => 'collection',
|
||||
'collection' => 'tournaments',
|
||||
'limit' => 10,
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Date Format
|
||||
|
||||
@ -94,7 +94,8 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'date_format' => 'F jS, Y',
|
||||
// 'date_format' => 'F jS, Y',
|
||||
'date_format' => 'd/m/Y',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user