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

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