Skip to content

Commit 2477266

Browse files
committed
Updated descriptions
1 parent 5ffd0e2 commit 2477266

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

component.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "PubSub",
2+
"title": "AMQP",
33
"description": "Pub/Sub Component for async communication with queues and topics",
44
"credentials": {
55
"fields": {
@@ -18,9 +18,10 @@
1818
"fields": {
1919
"topic": {
2020
"label": "Exchange",
21-
"viewClass": "TextFieldView",
21+
"viewClass": "TextFieldWithNoteView",
2222
"required": true,
23-
"placeholder": "up_to_200_symbols"
23+
"placeholder": "up_to_200_symbols",
24+
"note": "This exchange will be created on start if not exists."
2425
}
2526
},
2627
"metadata": {}
@@ -33,16 +34,17 @@
3334
"fields": {
3435
"topic": {
3536
"label": "Exchange",
36-
"viewClass": "TextFieldView",
37+
"viewClass": "TextFieldWithNoteView",
3738
"required": true,
38-
"placeholder": "up_to_200_symbols"
39+
"placeholder": "up_to_200_symbols",
40+
"note": "This exchange will be created on start if not exists."
3941
},
4042
"bindingKey": {
4143
"label": "Binding Key",
4244
"viewClass": "TextFieldWithNoteView",
4345
"required": false,
4446
"placeholder": "dot.delimited.words",
45-
"note": "Please use <b>bold</b> and <a href=\"\">links</a> here."
47+
"note": "You can use <b>#</b> or <b>*</b> to wildcard, more info <a href=\"http://www.rabbitmq.com/tutorials/tutorial-five-javascript.html\">here</a>"
4648
}
4749
},
4850
"metadata": {

0 commit comments

Comments
 (0)