관리-도구
편집 파일: _product-video.blade.php
<div class="card card-body mt-3 rest-part"> <div> <h2 class="mb-1">{{ translate('Product_Video') }}</h2> <p class="fs-12 mb-3"> {{ translate('add_the_YouTube_video_link_here._Only_the_YouTube-embedded_link_is_supported.') }} </p> </div> <div class="bg-section rounded-10 p-12 p-sm-20"> <div class="mb-3"> <label class="form-label mb-0"> {{ translate('youtube_video_link') }} </label> <span class="text-info"> ({{ translate('optional_please_provide_embed_link_not_direct_link.') }})</span> </div> <input type="text" name="video_url" value="{{ $product['video_url'] }}" placeholder="{{ translate('ex').': https://www.youtube.com/embed/5R06LRdUCSE' }}" class="form-control" required> <p class="mt-1 mb-0">{{ translate('please_provide_embed_link_not_direct_link.') }}</p> </div> </div>