-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
25 lines (25 loc) · 834 Bytes
/
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
{
"name": "ElasticExportIdealoDE",
"description": "This plugin adds the format IdealoDE to the Elastic Export.",
"namespace": "ElasticExportIdealoDE",
"author": "plentymarkets GmbH",
"type": "export",
"authorIcon": "icon_author_xs.png",
"serviceProvider": "ElasticExportIdealoDE\\ElasticExportIdealoDEServiceProvider",
"license": "GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007",
"pluginIcon": "icon_plugin_md.png",
"price": 0.00,
"shortDescription": {
"de": "Das Plugin ElasticExportIdealoDE fügt das Datenformat IdealoDE zum Elastischen Export hinzu.",
"en": "This plugin adds the format IdealoDE to the Elastic Export."
},
"categories": [
"3523"
],
"version": "1.0.17",
"marketplaceName": {
"de":"idealo.de",
"en":"idealo.de"
},
"require": ["ElasticExport"]
}