Skip to content

Commit 4978cac

Browse files
committed
Updated metadata
1 parent 9de93bb commit 4978cac

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

component.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
{
22
"title": "PubSub",
33
"description": "Pub/Sub Component for async communication with queues and topics",
4-
"credentials": {
5-
"fields": {
6-
"name": {
7-
"label": "My API Key",
8-
"required": true,
9-
"viewClass": "TextFieldView"
10-
}
11-
}
12-
},
134
"actions": {
145
"publish": {
156
"title": "Publish",
167
"main": "./lib/actions/publish.js",
178
"metadata": {
18-
"in": "./lib/schemas/publish.in.json",
19-
"out": "./lib/schemas/publish.out.json"
209
}
2110
}
2211
}

0 commit comments

Comments
 (0)