Merge pull request #5298 from devansh-webkul/small-fix
Some minor fixes were done
This commit is contained in:
commit
85bd8656cc
|
|
@ -3,7 +3,6 @@
|
|||
@foreach ($attribute->options as $option)
|
||||
<span class="checkbox" style="margin-top: 5px;">
|
||||
<input type="checkbox" name="{{ $attribute->code }}[]" value="{{ $option->id }}" {{ in_array($option->id, explode(',', $product[$attribute->code])) ? 'checked' : ''}}>
|
||||
</input>
|
||||
|
||||
<label class="checkbox-view"></label>
|
||||
{{ $option->admin_name }}
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
|
||||
data-vv-as=""{{ $attribute->admin_name }}""
|
||||
{{ in_array($attribute->code, ['url_key']) ? 'v-slugify' : '' }}
|
||||
{{ $attribute->code == 'name' && ! $product[$attribute->code] ? 'v-slugify-target=\'url_key\'' : '' }}/>
|
||||
{{ $attribute->code == 'name' && ! $product[$attribute->code] ? 'v-slugify-target=\'url_key\'' : '' }}>
|
||||
Loading…
Reference in New Issue