This commit is contained in:
2026-01-22 16:07:14 +01:00
parent 13d585376e
commit 46d97d433c
10 changed files with 192 additions and 109 deletions

View File

@ -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' ],
],
/*

View File

@ -53,9 +53,20 @@ return [
*/
'widgets' => [
'getting_started',
// 'getting_started',
[
'type' => 'collection',
'collection' => 'pages',
'limit' => 10,
],
[
'type' => 'collection',
'collection' => 'tournaments',
'limit' => 10,
],
],
/*
|--------------------------------------------------------------------------
| Date Format

View File

@ -94,7 +94,8 @@ return [
|
*/
'date_format' => 'F jS, Y',
// 'date_format' => 'F jS, Y',
'date_format' => 'd/m/Y',
/*
|--------------------------------------------------------------------------