We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a89ec commit 5e33cdbCopy full SHA for 5e33cdb
resources/views/components/pageitems/link-form.blade.php
@@ -2,7 +2,7 @@
2
<input type='text' name='title' value='{{$link_title}}' class='form-control' required />
3
4
<label for='title' class='form-label'>URL</label>
5
-<input type='url' name='link' value='{{$link_url}}' class='form-control' />
+<input type='url' name='link' value='{{$link_url}}' class='form-control' required />
6
7
<div class="custom-control custom-checkbox m-2">
8
<input type="checkbox" class="custom-control-input" value='1' {{((isset($params->GetSiteIcon) ? boolval($params->GetSiteIcon) : false) ? 'checked': '') }} name='GetSiteIcon' id="GetSiteIcon" @if($button_id == 2)checked @endif>
0 commit comments