Skip to content

Commit

Permalink
Established the compatibility with Shopware from version 6.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sschreier committed Mar 27, 2024
1 parent eb26e29 commit dbab035
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 119 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sschreier/sschreiertabproductdetailpage",
"description": "Tabs for the product detail page",
"version": "1.1.1",
"version": "1.2.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
Expand All @@ -11,8 +11,8 @@
}
],
"require": {
"shopware/core": "~6.5.0",
"shopware/storefront": "~6.5.0"
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "Sschreier\\TabProductDetailPage\\SschreierTabProductDetailPage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{% endif %}

{% if showTab %}
{% sw_include '@SschreierTabProductDetailPage/storefront/page/product-detail/tab-headline.html.twig' with {
{% sw_include '@SschreierTabProductDetailPage/storefront/element/tab-headline.html.twig' with {
fillTabViaSnippet: fillTabViaSnippet,
numberTabs: numberTabs
} %}
Expand Down Expand Up @@ -98,7 +98,7 @@
id="{{ customTabContent }}"
role="tabpanel"
aria-labelledby="{{ customTabId }}">
{% sw_include '@SschreierTabProductDetailPage/storefront/page/product-detail/tab-content.html.twig' with {
{% sw_include '@SschreierTabProductDetailPage/storefront/element/tab-content.html.twig' with {
fillTabViaSnippet: fillTabViaSnippet,
numberTabs: numberTabs
} %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a class="nav-link product-detail-tab-navigation-link {{ customTabLinkClass }}"
id="{{ customTabId }}"
data-bs-toggle="tab"
data-offcanvas-tabs="true"
data-off-canvas-tabs="true"
href="{{ customTabHref }}"
role="tab"
aria-controls="{{ customTabContent }}"
Expand Down
113 changes: 0 additions & 113 deletions src/Resources/views/storefront/page/product-detail/tabs.html.twig

This file was deleted.

0 comments on commit dbab035

Please sign in to comment.