fix: Update gallery form to change label from 'Video Link' to 'Description' and adjust placeholder text
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
{{ html()->label('Video Link')->for('slug') }}
|
{{ html()->label('Description')->for('slug') }}
|
||||||
{{ html()->text('link')->value($gallery->link ?? old('link'))->class('form-control')->placeholder('Enter Youtube video link') }}
|
{{ html()->text('link')->value($gallery->link ?? old('link'))->class('form-control')->placeholder('Enter Video Description') }}
|
||||||
<div class="d-flex flex-wrap mt-1" id="video-preview">
|
<div class="d-flex flex-wrap mt-1" id="video-preview">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
preload="auto"></video>
|
preload="auto"></video>
|
||||||
<div class="play-button" id="playBtn">▶</div>
|
<div class="play-button" id="playBtn">▶</div>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p class="text-black text-14 ">Lorem ipsum dolor sit amet, consectetur </p>
|
<p class="text-black text-14 ">{{ $gallery->link }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="name">
|
<div class="name">
|
||||||
<h4 class="text-14">{{ $gallery->title }}</h4>
|
<h4 class="text-14">{{ $gallery->title }}</h4>
|
||||||
|
Reference in New Issue
Block a user