mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-24 23:40:14 +01:00
Update predefined-form.blade.php
This commit is contained in:
parent
38de2d10f3
commit
ef2ea18ea8
@ -4,7 +4,7 @@
|
||||
<select name='button' class='form-control'>
|
||||
@if($buttonName != 0)<option value='{{$buttonName}}'>{{ucfirst($buttonName)}}</option>@endif
|
||||
@foreach ($buttons as $b)
|
||||
@if(!in_array($b["name"], ["custom_website", "custom", "custom", "heading", "space", "text", $buttonName]))
|
||||
@if(!in_array($b["name"], ["custom_website", "custom", "custom", "heading", "space", "text", "icon", $buttonName]))
|
||||
<option class='button button-{{$b["name"]}}' value='{{$b["name"]}}' {{ $b["selected"] == true ? "selected" : ""}}>{{$b["title"]}}</option>
|
||||
@endif
|
||||
@endforeach
|
||||
|
Loading…
x
Reference in New Issue
Block a user