From 733e18531fa13881d3a8874207f3f23d96f00529 Mon Sep 17 00:00:00 2001 From: NH Gooi Date: Thu, 5 Feb 2026 19:30:46 +0100 Subject: [PATCH] Remove images from NH articles due to potential copyright issues --- resources/views/partial/nh_story.blade.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/views/partial/nh_story.blade.php b/resources/views/partial/nh_story.blade.php index 5dbceb17..66e1984f 100755 --- a/resources/views/partial/nh_story.blade.php +++ b/resources/views/partial/nh_story.blade.php @@ -29,6 +29,7 @@ @foreach($content as $block) @if($block->type == "headerRichA") +{{-- @php($block->image->url = isset($block->image->crops) ? $block->image->crops->{'16:9'}->{'1600'} : $block->image->crop) @@ -42,6 +43,7 @@ {{$block->image->author}} @endif +--}} @elseif($block->type == "text")
{!!$block->text!!}
@elseif($block->type == "intro") @@ -67,6 +69,7 @@ $image = $block->image->imageHigh; else $image = null; ?> +{{-- @if($image) @@ -89,6 +92,7 @@ {!!$sentence!!} @endif +--}} @elseif($block->type == "video" || $block->type == "headerVideo") @include('widgets/mediaplayer') +{{-- {{ $article->image_title }} +--}} + {{ $article->title }} @endif