forked from plentymarkets/feedback-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
60 lines (60 loc) · 1.68 KB
/
plugin.json
File metadata and controls
60 lines (60 loc) · 1.68 KB
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
53
54
55
56
57
58
59
60
{
"version": "5.0.2",
"name": "Feedback",
"marketplaceName": {
"de": "Kunden-Feedback",
"en": "Customer feedback"
},
"description": "This is the official feedback plugin developed by PlentyONE.",
"namespace": "Feedback",
"author": "PlentyONE GmbH",
"type": "general",
"require": {
"IO": ">=5.0.62",
"Ceres": ">=5.0.62"
},
"platform": {
"php": ">=7.3 <8.1"
},
"isClosedSource": false,
"serviceProvider": "Feedback\\Providers\\FeedbackServiceProvider",
"runOnBuild": [
],
"license": "AGPL-3.0",
"price": 0.00,
"shortDescription": {
"de": "Das offizielle, von PlentyONE entwickelte Feedback-Plugin. Zeigen Sie Kundenrezensionen im Webshop an.",
"en": "The official feedback plugin developed by PlentyONE. Display customer reviews in your online store."
},
"authorIcon": "icon_author_xs.png",
"pluginIcon": "icon_plugin_xs.png",
"email": "sales@plentyone.com",
"phone": "+49 561 98 681 100",
"categories": [
"3527"
],
"keywords": [
"feedback",
"feedbacks",
"customer feedback",
"rating",
"ratings",
"widget",
"shopbuilder",
"shop builder",
"review",
"reviews",
"customer experience"
],
"containers": [],
"dataProviders": [
{
"key": "Feedback\\DataProviders\\FeedbackCategoryRatings",
"name": "Feedback category ratings",
"description": "Feedback category ratings",
"defaultLayoutContainer": "Ceres::CategoryItem.BeforePrices"
}
],
"dependencies": {},
"javaScriptFiles": []
}