forked from plentymarkets/plugin-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.16 KB
/
plugin.json
File metadata and controls
38 lines (38 loc) · 1.16 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
{
"version": "1.1.7",
"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": "sales@plentymarkets.com",
"phone": "+49 561 98 681 100",
"categories": [
"3527"
],
"keywords": [
"blog", "blog post", "blogpost", "post", "article", "artikel", "blog artikel"
],
"require": {
"Ceres":">=2.0"
},
"containers": [],
"dataProviders": [
{ "key":"Blog\\Containers\\BlogEntrypoint", "name":"Blog entrypoint", "description": "Blog entrypoint" }
],
"dependencies":{},
"javaScriptFiles": []
}