You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: component.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@
39
39
"placeholder": "up_to_200_symbols",
40
40
"note": "This exchange will be created on start if not exists."
41
41
},
42
-
"bindingKey": {
43
-
"label": "Binding Key",
42
+
"bindingKeys": {
43
+
"label": "Binding Keys",
44
44
"viewClass": "TextFieldWithNoteView",
45
45
"required": false,
46
-
"placeholder": "dot.delimited.words",
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
+
"placeholder": "this.key,that.key",
47
+
"note": "Optional. 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>"
0 commit comments