|
|
|
|
|
|
192
|
$photos = $paragraph->photos;
|
192
|
$photos = $paragraph->photos;
|
|
193
|
$images = [];
|
193
|
$images = [];
|
|
194
|
foreach($photos as $photo){
|
194
|
foreach($photos as $photo){
|
|
195
|
- $images[] = ["img_url" => $photo->img_url, "alt" => $photo->getTranslation("image_alt", $locate, false)];
|
|
|
|
|
|
195
|
+ $images[] = ["img_url" => $photo->news_photo_img, "alt" => $photo->getTranslation("image_alt", $locate, false)];
|
|
196
|
}
|
196
|
}
|
|
197
|
$paragraphs[] = [
|
197
|
$paragraphs[] = [
|
|
198
|
"type" => $paragraph->contentType(),
|
198
|
"type" => $paragraph->contentType(),
|