#42 - set first collection images
This commit is contained in:
parent
8ea2b3caf1
commit
2909608b85
12 changed files with 83 additions and 31 deletions
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
|
|
@ -0,0 +1,21 @@
|
|||
Alt:
|
||||
|
||||
----
|
||||
|
||||
Favoriteforusers: - user://HfuumN8s
|
||||
|
||||
----
|
||||
|
||||
Description:
|
||||
|
||||
----
|
||||
|
||||
Uuid: 92lqB8nbWNlFoRq5
|
||||
|
||||
----
|
||||
|
||||
Template: inspiration
|
||||
|
||||
----
|
||||
|
||||
Tags:
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
|
|
@ -0,0 +1,21 @@
|
|||
Alt:
|
||||
|
||||
----
|
||||
|
||||
Favoriteforusers:
|
||||
|
||||
----
|
||||
|
||||
Description:
|
||||
|
||||
----
|
||||
|
||||
Uuid: jFsUewRf28XSCg5q
|
||||
|
||||
----
|
||||
|
||||
Template: inspiration
|
||||
|
||||
----
|
||||
|
||||
Tags:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 232 KiB |
|
|
@ -1,17 +0,0 @@
|
|||
Description:
|
||||
|
||||
----
|
||||
|
||||
Tags:
|
||||
|
||||
----
|
||||
|
||||
Sort: 7
|
||||
|
||||
----
|
||||
|
||||
Uuid: l9DOwTKMN7y41B0v
|
||||
|
||||
----
|
||||
|
||||
Template: image
|
||||
|
|
@ -20,9 +20,11 @@ Description:
|
|||
|
||||
Moodboard:
|
||||
|
||||
- file://l9DOwTKMN7y41B0v
|
||||
- file://X7ToEUDi5pus6MVw
|
||||
- file://xixqq95N7rDEzI8s
|
||||
- file://kXQln0UuNCHoZbrR
|
||||
- file://92lqB8nbWNlFoRq5
|
||||
- file://jFsUewRf28XSCg5q
|
||||
|
||||
----
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 177 KiB |
|
|
@ -0,0 +1,28 @@
|
|||
Alt:
|
||||
|
||||
----
|
||||
|
||||
Favoriteforusers: - user://HfuumN8s
|
||||
|
||||
----
|
||||
|
||||
Favoriteforclients:
|
||||
|
||||
- page://G418qZ4ABsoWFx4i
|
||||
- page://PweFYnBx27eMZ2mr
|
||||
|
||||
----
|
||||
|
||||
Description:
|
||||
|
||||
----
|
||||
|
||||
Uuid: kXQln0UuNCHoZbrR
|
||||
|
||||
----
|
||||
|
||||
Template: inspiration
|
||||
|
||||
----
|
||||
|
||||
Tags:
|
||||
|
|
@ -12,12 +12,7 @@ $inspirations = $page->children()->map(function ($child) {
|
|||
'status' => $child->status(),
|
||||
'cover' => $child->cover()->toFile()->url(),
|
||||
'media' => $child->media()->toFiles()->map(function ($file) {
|
||||
return [
|
||||
'url' => $file->url(),
|
||||
'alt' => $file->alt()->value(),
|
||||
'favoriteForUsers' => $file->favoriteForUsers()->value(),
|
||||
'name' => $file->filename()
|
||||
];
|
||||
return getFileData($file);
|
||||
})->values()
|
||||
];
|
||||
})->values();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue