Skip to content

Commit 0fd9cfd

Browse files
committed
Updated description
1 parent 81bb93b commit 0fd9cfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

component.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"fields": {
1010
"url" : {
1111
"label": "CSV URL",
12-
"required": true,
13-
"viewClass": "TextFieldView"
12+
"required": false,
13+
"note" : "Please leave this field blank if you want to use <strong>attachments</strong> from the incoming message.",
14+
"viewClass": "TextFieldWithNoteView"
1415
},
1516
"reader": {
1617
"viewClass": "CSVReadView"

0 commit comments

Comments
 (0)