Fixed #19035 - Added helptext and parsing back into manufacturer
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
@if($manufacturer->support_url)
|
||||
<x-icon type="external-link" class="fa-fw"/>
|
||||
<x-info-element.url>
|
||||
{{ $manufacturer->support_url }}
|
||||
{{ $asset->present()->dynamicUrl($asset->model->manufacturer->support_url) }}
|
||||
</x-info-element.url>
|
||||
<br>
|
||||
@endif
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
:$item
|
||||
name="support_url"
|
||||
type="url"
|
||||
help_text="{!! trans('admin/manufacturers/message.support_url_help') !!}"
|
||||
input_icon="link"
|
||||
input_group_addon="left"
|
||||
placeholder="https://example.com"
|
||||
|
||||
Reference in New Issue
Block a user