Add logo color transition
This commit is contained in:
parent
9cd82101c8
commit
dac525b4a6
9 changed files with 101 additions and 10 deletions
|
@ -6,7 +6,7 @@ return function ($pages, $page) {
|
|||
$exhibitionsPage = $pages->template('exhibitions')->first();
|
||||
|
||||
// Get image files section content
|
||||
$images = $page->files()->template("image")->sortBy('sort');
|
||||
$images = $page->files()->template("full_screen_image")->sortBy('sort');
|
||||
|
||||
return [
|
||||
'exhibitionsPage' => $exhibitionsPage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue