-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
52 lines (52 loc) · 1.44 KB
/
plugin.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
44
45
46
47
48
49
50
51
52
{
"name": "plentyShopLTSModern",
"namespace": "plentyShopLTSModern",
"marketplaceName": {
"de": "plentyShop LTS Modern",
"en": "plentyShop LTS Modern"
},
"type": "theme",
"version": "1.0.15",
"pluginIcon": "icon_plugin_xs.png",
"price": 0.00,
"shortDescription": {
"de": "Dies ist das offizielle plentyShop LTS Modern Theme Plugin entwickelt von plentymarkets.",
"en": "This is the official plentyShop LTS Modern theme plugin developed by plentymarkets."
},
"description": "Official theme plugin for plentyShop LTS",
"categories": [
"3518"
],
"author": "plentysystems AG",
"license": "AGPL-3.0",
"authorIcon": "icon_author_xs.png",
"email": "[email protected]",
"phone": "+49 561 98 681 100",
"require": {
"Ceres": "~5.0.48",
"IO": "~5.0.48"
},
"platform": {
"php": ">=7.3 <8.1"
},
"keywords": [
"plentymarkets",
"plentyONE",
"plenty",
"plentyShop LTS Modern",
"theme",
"plentyShop LTS",
"template",
"modern",
"design"
],
"serviceProvider": "plentyShopLTSModern\\Providers\\plentyShopLTSModernServiceProvider",
"dataProviders": [
{
"key": "plentyShopLTSModern\\Containers\\plentyShopLTSModernStylesContainer",
"name": "plentyShop LTS Modern Styles",
"description": "Replaces plentyShop LTS styles with styles from the plentyShopLTSModern theme",
"defaultLayoutContainer": "Ceres::Template.StyleOverwrite"
}
]
}