Skip to content

Commit 5f6ce0b

Browse files
committed
reformatting
1 parent bd208fb commit 5f6ce0b

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

component.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"title":"Webhook",
3-
"description" : "Webhooks allow you to collect information about events as they happen in near real-time. Provide a URL, select when and where you want that URL to receive data about events on your list, and we'll send it to you as the events take place. It is recommended that you specify a URL using https.",
4-
"triggers":{
5-
"receive":{
6-
"title":"Receive",
7-
"main":"./receive.js",
8-
"fields" : {
9-
"url" : {
10-
"viewClass" : "WebHookURLView",
11-
"label" : "WebHook URL",
12-
"required" : false
2+
"title": "Webhook",
3+
"description": "Webhooks allow you to collect information about events as they happen in near real-time. Provide a URL, select when and where you want that URL to receive data about events on your list, and we'll send it to you as the events take place. It is recommended that you specify a URL using https.",
4+
"triggers": {
5+
"receive": {
6+
"title": "Receive",
7+
"main": "./receive.js",
8+
"fields": {
9+
"url": {
10+
"viewClass": "WebHookURLView",
11+
"label": "WebHook URL",
12+
"required": false
1313
},
14-
"payload" : {
15-
"viewClass":"WebHookPayloadView",
16-
"label":"Sample data",
17-
"required" : true,
18-
"placeholder":"{ \"foo\" : \"bar\" }"
14+
"payload": {
15+
"viewClass": "WebHookPayloadView",
16+
"label": "Sample data",
17+
"required": true,
18+
"placeholder": "{ \"foo\" : \"bar\" }"
1919
}
2020
},
21-
"metadata" : {
22-
"out" : {}
21+
"metadata": {
22+
"out": {}
2323
}
2424
}
2525
},
26-
"actions" : {
27-
"post" : {
28-
"title" : "Post",
29-
"main" : "./post.js",
30-
"fields" : {
31-
"uri" : {
32-
"viewClass":"TextFieldView",
33-
"label":"URI",
34-
"required" : true
26+
"actions": {
27+
"post": {
28+
"title": "Post",
29+
"main": "./post.js",
30+
"fields": {
31+
"uri": {
32+
"viewClass": "TextFieldView",
33+
"label": "URI",
34+
"required": true
3535
},
36-
"secret" : {
37-
"viewClass":"TextFieldView",
38-
"label":"Secret",
36+
"secret": {
37+
"viewClass": "TextFieldView",
38+
"label": "Secret",
3939
"required": false
4040
}
4141
}

0 commit comments

Comments
 (0)