Add logo color transition

This commit is contained in:
Paul Nicoué 2022-08-03 16:49:26 +02:00
parent 9cd82101c8
commit dac525b4a6
9 changed files with 101 additions and 10 deletions

View file

@ -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,