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 class="mb-3">
|
||||
{{ html()->label('Video Link')->for('slug') }}
|
||||
{{ html()->text('link')->value($gallery->link ?? old('link'))->class('form-control')->placeholder('Enter Youtube video link') }}
|
||||
{{ html()->label('Description')->for('slug') }}
|
||||
{{ 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>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user