-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
29 lines (29 loc) · 1.35 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
{
"name" :"FacebookPixel",
"description" :"Facebook-Pixel über Layout-Container einbinden",
"namespace" :"FacebookPixel",
"version" :"1.0",
"author" :"www.netzeinflechter.de",
"license" : "AGPL-3.0",
"price" : 0.00,
"description" : "Provides Facebook Pixel tracking for plentymarkets webshops",
"shortDescription" : {"de": "Facebook Pixel Tracking für plentymarkets Webshops","en": "Provides Facebook Pixel tracking for plentymarkets webshops"},
"categories" : ["3527"],
"authorIcon" : "",
"pluginIcon" : "",
"email" : "[email protected]",
"phone" : "+49 2163 349001",
"keywords" : ["plentymarkets", "plugins", "layout", "template", "facebook", "pixel", "analytics", "tracking"],
"require" : ["IO", "Ceres"],
"type" :"template",
"require" : [],
"serviceProvider" : "FacebookPixel\\Providers\\FacebookPixelServiceProvider",
"dataProviders" :
[
{
"key" :"FacebookPixel\\Containers\\FacebookPixelContainer",
"name" :"Facebook-Pixel Code",
"description" :""
}
]
}