-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.json
41 lines (41 loc) · 1.21 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
{
"version": "2.1.1",
"name": "Blog",
"marketplaceName" : {"de": "Blog","en": "Blog"},
"description": "This is the official blog developed by plentymarkets.",
"namespace": "Blog",
"author": "plentymarkets GmbH",
"type": "general",
"isClosedSource": false,
"serviceProvider": "Blog\\Providers\\BlogServiceProvider",
"runOnBuild": [
],
"license": "Copyright by plentymarkets",
"price": 0.00,
"shortDescription": {
"de": "Das offizielle, von plentymarkets entwickelte Blog-Plugin. Zeigen Sie Blog-Eintrag im Webshop an.",
"en": "The official blog plugin developed by plentymarkets. Display blog posts 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": [
"blog", "blog post", "blogpost", "post", "article", "artikel", "blog artikel"
],
"require": {
"Ceres":">=5.0.30"
},
"containers": [],
"dataProviders": [
{ "key":"Blog\\Containers\\BlogEntrypoint", "name":"Blog entrypoint", "description": "Blog entrypoint" }
],
"platform": {
"php": ">=7.3 <8.1"
},
"dependencies":{},
"javaScriptFiles": []
}