This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 1.97 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
{
"name": "flagbit/shopware-6-product-badge",
"description": "A badge for the navigation and the product detail page",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
{
"name": "Sebastian Schreier",
"role": "Manufacturer"
}
],
"require": {
"shopware/core": "~6.4.1",
"shopware/storefront": "~6.4.1"
},
"extra": {
"shopware-plugin-class": "Sschreier\\ProductBadge\\SschreierProductBadge",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "Sebastian Schreier",
"label": {
"de-DE": "Ein Badge für die Kategorielisten und die Produkt - Detailseite",
"en-GB": "A badge for the navigation and the product detail page"
},
"description": {
"de-DE": "Die Erweiterung ermöglicht ein Badge für die Kategorielisten und die Produkt - Detailseite. Der Text des eigenen Badges wird bei den Zusatzfeldern am Produkt festgelegt. Die Hintergrundfarbe und die Schriftfarbe des Badges können über die Konfiguration oder am Produkt festgelegt werden. Das eigene Badge wird ebenso beim Zuweisen eines Produktseiten-Layouts angezeigt.",
"en-GB": "The extension provide a badge for the navigation and the product detail page. The text from the custom badge is set at the custom fields at the product. The background color and the font color of the badge could be set over the configuration or at the product. The custom badge is 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\\ProductBadge\\": "src/"
}
}
}