dynamize image details description
This commit is contained in:
parent
0c2a7d0a48
commit
c0db3f5238
4 changed files with 52 additions and 17 deletions
|
|
@ -19,6 +19,7 @@ Clientbriefimages:
|
|||
- file://BJZhoIKbKAh76NEV
|
||||
- file://jGugtGC1EbgJQrYq
|
||||
- file://TCy5v8H96mcAaTc8
|
||||
- file://AiNBBh9kVEjjmWId
|
||||
|
||||
----
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ foreach ($page->clientBriefImages()->toFiles() as $image) {
|
|||
'url' => $image->url(),
|
||||
'uuid' => (string) $image->uuid(),
|
||||
'tags' => $image->tags()->split(),
|
||||
'name' => $image->filename()
|
||||
'name' => $image->filename(),
|
||||
'description' => $image->description()->value(),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue