forked from plentymarkets/plugin-social-media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
39 lines (39 loc) · 1.7 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
{
"version" : "1.1.0",
"name" : "SocialMedia",
"description" : "plentymarkets plugin for social media.",
"author" : "plentymarkets GmbH",
"license" : "AGPL-3.0",
"pluginIcon" : "icon_plugin_xs.png",
"price" : 0.00,
"shortDescription" : {"de": "Anzeige von Buttons für Soziale Medien im Webshop. ","en": "Display social media buttons in the online store."},
"authorIcon" : "icon_author_xs.png",
"email" : "[email protected]",
"phone" : "+49 561 98 681 100",
"categories" : ["3527"],
"keywords" : ["plentymarkets", "plugins", "layout", "widget", "social media"],
"type" : "general",
"require" : [],
"namespace" : "SocialMedia",
"serviceProvider" : "SocialMedia\\Providers\\SocialMediaServiceProvider",
"javaScriptFiles" : [],
"dataProviders" :
[
{
"key" : "SocialMedia\\Containers\\SocialMediaContainer",
"name" : "Social Media Buttons",
"description" : "Display social media buttons in the online store."
},
{
"key" : "SocialMedia\\Containers\\SocialMediaSingleItemContainer",
"name" : "Social Media Buttons for SingleItem",
"description" : "Display social media buttons on the item page in the online store."
},
{
"key" : "SocialMedia\\Containers\\SocialMediaSingleItemJSContainer",
"name" : "Social Media JS for Buttons SingleItem",
"description" : "Display social media buttons on the item page in the online store.",
"defaultLayoutContainer": "Ceres::SingleItem.AfterScriptsLoaded"
}
]
}