-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.json
71 lines (71 loc) · 2.27 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"version": "6.0.1",
"name": "Findologic",
"marketplaceName": {
"de": "Findologic - OnSite-Suche & Product Discovery Platform",
"en": "Findologic - Search & Product Discovery Platform"
},
"description" : "Search and navigation that drives conversion within your Plentymarkets store",
"author": "FINDOLOGIC GmbH",
"license": "AGPL-3.0",
"pluginIcon" : "icon_plugin_xs.png",
"price" : 0.00,
"shortDescription": {
"de": "Suche und Navigation in deinem Plentymarkets Shop zur Optimierung der Conversion-Rate.",
"en": "Search and navigation that drives conversion within your Plentymarkets store."
},
"authorIcon": "icon_author_xs.png",
"email": "[email protected]",
"phone": "+43 662 45 67 08",
"categories": [
"4090"
],
"type": "template",
"require": {
"Ceres": ">=5.0.35",
"IO": ">=5.0.35"
},
"namespace": "Findologic",
"serviceProvider": "Findologic\\Providers\\FindologicServiceProvider",
"dataProviders":
[
{
"key": "Findologic\\Containers\\SearchFilterContainer",
"name": "Filters",
"description": "Display Findologic filters",
"defaultLayoutContainer": "Ceres::Search.Filter"
},
{
"key": "Findologic\\Containers\\PromotionContainer",
"name": "Promotion",
"description": "Display promotion banner",
"defaultLayoutContainer": "Findologic::CategoryItem.Promotion"
},
{
"key": "Findologic\\Containers\\SmartDidYouMeanContainer",
"name": "Smart Did-You-Mean",
"description": "Display Smart Did-You-Mean info for the current search",
"defaultLayoutContainer": "Findologic::CategoryItem.SmartDidYouMean"
}
],
"platform": {
"php": ">=7.3 <8.1"
},
"dependencies": {
"findologic/http_request2": "2.4.0"
},
"containers": [
{
"key": "CategoryItem.Promotion",
"name": "Category item list: Add content to main container",
"description": "Provides content for promotion banners (search and category pages only)",
"multiple": false
},
{
"key": "CategoryItem.SmartDidYouMean",
"name": "Category item list: Add alternative searchwords to the search page title",
"description": "Adds the Smart Did-You-Mean data right beneath the search page title",
"multiple": false
}
]
}