headerVideo block
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<span class="author">{{$block->image->author}}</span>
|
<span class="author">{{$block->image->author}}</span>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
@elseif($block->type == "video")
|
@elseif($block->type == "video" || $block->type == "headerVideo")
|
||||||
@include('widgets/mediaplayer')
|
@include('widgets/mediaplayer')
|
||||||
<video controls>
|
<video controls>
|
||||||
@foreach($block->video->streams as $stream)
|
@foreach($block->video->streams as $stream)
|
||||||
|
|||||||
Reference in New Issue
Block a user