-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.25 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
{
"name": "kplngi/background",
"description": "A Plugin to set a shop background image",
"type": "shopware-platform-plugin",
"authors": [
{
"name": "Kiplingi"
}
],
"version": "1.0.3",
"license": "MIT",
"autoload": {
"psr-4": {
"Kplngi\\Background\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "Kplngi\\Background\\KplngiBackground",
"label": {
"de-DE": "Shop Hintergrund",
"en-GB": "Shop Background"
},
"description": {
"de-DE": "Mit diesem Plugin kann im Administrationsbereich eine Farbe oder eine Bild URL ausgewählt werden. Dieses wird dann als Hintergrund für den Shop geladen.",
"en-GB": "With this plugin a color or an image URL can be selected in the administration area. This is then loaded as a background for the shop for an individual eye-catcher."
},
"manufacturerLink": {
"de-DE": "https://www.kiplingi.de/",
"en-GB": "https://www.kiplingi.de/"
},
"supportLink": {
"de-DE": "[email protected]",
"en-GB": "[email protected]"
}
},
"require": {
"shopware/core": "~6.5"
}
}