forked from plentymarkets/feedback-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
52 lines (52 loc) · 1.54 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
{
"version": "4.0.6",
"name": "Feedback",
"marketplaceName": {
"de": "Kunden-Feedback",
"en": "Customer feedback"
},
"description": "This is the official feedback plugin developed by plentysystems.",
"namespace": "Feedback",
"author": "plentysystems AG",
"type": "general",
"require": {
"IO": ">=5.0.26",
"Ceres": ">=5.0.27"
},
"isClosedSource": false,
"serviceProvider": "Feedback\\Providers\\FeedbackServiceProvider",
"runOnBuild": [
],
"license": "AGPL-3.0",
"price": 0.00,
"shortDescription": {
"de": "Das offizielle, von plentysystems entwickelte Feedback-Plugin. Zeigen Sie Kundenrezensionen im Webshop an.",
"en": "The official feedback plugin developed by plentysystems. Display customer reviews in your online store."
},
"authorIcon": "icon_author_xs.png",
"pluginIcon": "icon_plugin_xs.png",
"email": "[email protected]",
"phone": "+49 561 98 681 100",
"categories": [
"3527"
],
"keywords": [
"feedback",
"customer feedback",
"rating",
"widget",
"shopbuilder",
"shop builder"
],
"containers": [],
"dataProviders": [
{
"key": "Feedback\\DataProviders\\FeedbackCategoryRatings",
"name": "Feedback category ratings",
"description": "Feedback category ratings",
"defaultLayoutContainer": "Ceres::CategoryItem.BeforePrices"
}
],
"dependencies": {},
"javaScriptFiles": []
}