Merge pull request #3345 from jitendra-webkul/1.0

Issue #3338 fixed
This commit is contained in:
Jitendra Singh 2020-06-24 14:59:53 +05:30 committed by GitHub
commit 58312c9be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -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;
}
}
}

View File

@ -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')