-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
43 lines (43 loc) · 1.84 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "sschreier/sschreiertabproductdetailpage",
"description": "Tabs for the product detail page",
"version": "1.2.2",
"type": "shopware-platform-plugin",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Sebastian Schreier",
"role": "Manufacturer"
}
],
"require": {
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "Sschreier\\TabProductDetailPage\\SschreierTabProductDetailPage",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "Sebastian Schreier",
"label": {
"de-DE": "Tabs für die Produkt - Detailseite",
"en-GB": "Tabs for the product detail page"
},
"description": {
"de-DE": "Die Erweiterung ermöglicht Tabs für die Produkt - Detailseite, die entweder vor oder nach dem Bewertungen-Tab angezeigt werden können. Der Inhalt der Tabs stammen entweder aus dem Rich Text Editor am Produkt oder aus einem Textbaustein. Die Tabs werden ebenso beim Zuweisen eines Produktseiten-Layouts angezeigt.",
"en-GB": "The extension provide tabs for the product detail page, which can be displayed before or after the reviews tab. The content of the tabs comes either from the rich text editor at the product or from a snippet. The tabs are also displayed when assigning a product page layout."
},
"manufacturerLink": {
"de-DE": "https://www.sebastianschreier.de",
"en-GB": "https://www.sebastianschreier.de"
},
"supportLink": {
"de-DE": "https://www.sebastianschreier.de",
"en-GB": "https://www.sebastianschreier.de"
}
},
"autoload": {
"psr-4": {
"Sschreier\\TabProductDetailPage\\": "src/"
}
}
}