commit
58312c9be6
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=ac80a6434bb67471e57f",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=612d35e452446366eef7",
|
||||
"/css/velocity.css": "/css/velocity.css?id=6bc5bc6bd0c7757682d6"
|
||||
"/css/velocity.css": "/css/velocity.css?id=06e6f0c112963161fce5"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -977,4 +977,15 @@ i.within-circle {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.row:before, .row:after {display: none !important;}
|
||||
.row:before, .row:after {display: none !important;}
|
||||
|
||||
.control-group {
|
||||
label {
|
||||
&.required:after {
|
||||
content: "*";
|
||||
color: #fc6868;
|
||||
font-weight: 700;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -10,6 +10,12 @@
|
|||
@section('seo')
|
||||
<meta name="description" content="{{ $category->meta_description }}" />
|
||||
<meta name="keywords" content="{{ $category->meta_keywords }}" />
|
||||
|
||||
@if (core()->getConfigData('catalog.rich_snippets.categories.enable'))
|
||||
<script type="application/ld+json">
|
||||
{!! app('Webkul\Product\Helpers\SEO')->getCategoryJsonLd($category) !!}
|
||||
</script>
|
||||
@endif
|
||||
@stop
|
||||
|
||||
@push('css')
|
||||
|
|
|
|||
Loading…
Reference in New Issue