-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.79 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/sschreiertopbarnotifications",
"description": "Leiste für Informations- und Hinweistexte oder Meldungen",
"version": "1.2.2",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
{
"name": "Sebastian Schreier",
"role": "Manufacturer"
}
],
"require": {
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "Sschreier\\TopbarNotifications\\SschreierTopbarNotifications",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "Sebastian Schreier",
"label": {
"de-DE": "Leiste für Informations- und Hinweistexte oder Meldungen",
"en-GB": "bar for information and notification texts or messages"
},
"description": {
"de-DE": "Eine Erweiterung für eine Leiste für Informations- und Hinweistexte oder Meldungen, die bis zu 4 Bereiche beinhalten kann. Sie kann entweder in der Topbar oder in der Footerbar oder auch oberhalb oder unterhalb der Brotkrumennavigation angezeigt werden.",
"en-GB": "An extension for a bar for information and notification texts or messages which can contain up to 4 areas. It can be displayed either in the top bar or in the footer bar or also above or below the breadcrumb navigation."
},
"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\\TopbarNotifications\\": "src/"
}
}
}