Clean up image file blueprint and remove cursor related functionalities
This commit is contained in:
parent
58911e48d3
commit
776c8cb74e
10 changed files with 15 additions and 137 deletions
|
@ -3,7 +3,7 @@
|
|||
return function ($site) {
|
||||
|
||||
// Get image files section content
|
||||
$images = $site->files()->template("full_screen_image")->shuffle();
|
||||
$images = $site->files()->template("gallery_image")->shuffle();
|
||||
|
||||
// Get contact fields content
|
||||
$email = $site->email();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue