dynamize image details description

This commit is contained in:
isUnknown 2024-10-08 18:38:23 +02:00
parent 0c2a7d0a48
commit c0db3f5238
4 changed files with 52 additions and 17 deletions

View file

@ -19,6 +19,7 @@ Clientbriefimages:
- file://BJZhoIKbKAh76NEV
- file://jGugtGC1EbgJQrYq
- file://TCy5v8H96mcAaTc8
- file://AiNBBh9kVEjjmWId
----

View file

@ -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(),
];
}