forked from commercetools/sphere-order-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
33 lines (33 loc) · 887 Bytes
/
component.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
{
"title": "sphere-order-xml-export",
"description": "Converts each SPHERE.IO order into XML",
"url" : "http://dev.sphere.io",
"credentials": {
"fields": {
"sphereProjectKey": {
"viewClass": "TextFieldView",
"label": "Project Key",
"required": true,
"placeholder": "Paste your SPHERE.IO project key here"
},
"sphereClientId": {
"viewClass": "TextFieldView",
"label": "Client Id",
"required": true,
"placeholder": "Paste your SPHERE.IO client id here"
},
"sphereClientSecret": {
"viewClass": "TextFieldView",
"label": "Client Secret",
"required": true,
"placeholder": "Paste your your SPHERE.IO client secret here"
}
}
},
"actions": {
"orderExport": {
"title": "Order XML Export",
"main": "lib/elasticio.js"
}
}
}