Skip to content

Commit a5a8bbe

Browse files
committed
Update predefined-form.blade.php
1 parent d8130cd commit a5a8bbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/components/pageitems/predefined-form.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<select name='button' class='form-control'>
44

55
@foreach ($buttons as $b)
6+
@if(!in_array($b["name"], ["custom_website", "custom"]))
67
<option class='button button-{{$b["name"]}}' value='{{$b["name"]}}' {{ $b["selected"] == true ? "selected" : ""}}>{{$b["title"]}}</option>
7-
8+
@endif
89
@endforeach
910
</select>
1011

0 commit comments

Comments
 (0)