fix inspiration selector
This commit is contained in:
parent
3b86363637
commit
13592a5869
2 changed files with 6 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ $inspirations = $page->children()->map(function ($child) {
|
|||
'media' => $child->media()->toFiles()->map(function ($file) {
|
||||
return [
|
||||
'url' => $file->url(),
|
||||
'ald' => $file->alt()->value(),
|
||||
'alt' => $file->alt()->value(),
|
||||
'favoriteForUsers' => $file->favoriteForUsers()->value(),
|
||||
'name' => $file->filename()
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue