File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "title" : " PubSub " ,
2
+ "title" : " AMQP " ,
3
3
"description" : " Pub/Sub Component for async communication with queues and topics" ,
4
4
"credentials" : {
5
5
"fields" : {
18
18
"fields" : {
19
19
"topic" : {
20
20
"label" : " Exchange" ,
21
- "viewClass" : " TextFieldView " ,
21
+ "viewClass" : " TextFieldWithNoteView " ,
22
22
"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."
24
25
}
25
26
},
26
27
"metadata" : {}
33
34
"fields" : {
34
35
"topic" : {
35
36
"label" : " Exchange" ,
36
- "viewClass" : " TextFieldView " ,
37
+ "viewClass" : " TextFieldWithNoteView " ,
37
38
"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."
39
41
},
40
42
"bindingKey" : {
41
43
"label" : " Binding Key" ,
42
44
"viewClass" : " TextFieldWithNoteView" ,
43
45
"required" : false ,
44
46
"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>"
46
48
}
47
49
},
48
50
"metadata" : {
You can’t perform that action at this time.
0 commit comments