home > slideshow : enable
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s
This commit is contained in:
parent
dc0c48acc3
commit
13040a9df3
8 changed files with 163 additions and 48 deletions
|
|
@ -1,9 +1,15 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'debug'=> true,
|
||||
'debug' => true,
|
||||
'panel' => [
|
||||
'menu' => require_once __DIR__ . '/menu.php',
|
||||
'home' => 'pages/home',
|
||||
],
|
||||
'thumbs' => [
|
||||
'quality' => 80,
|
||||
'srcsets' => array_merge(
|
||||
require __DIR__ . '/thumbs/home-slideshow.php',
|
||||
),
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue