headerVideo block

This commit is contained in:
2020-03-06 18:42:21 +01:00
parent e7132c3240
commit 2cb6a77425

View File

@@ -31,7 +31,7 @@
<span class="author">{{$block->image->author}}</span>
@endif
</div>
@elseif($block->type == "video")
@elseif($block->type == "video" || $block->type == "headerVideo")
@include('widgets/mediaplayer')
<video controls>
@foreach($block->video->streams as $stream)