We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bb93b commit 0fd9cfdCopy full SHA for 0fd9cfd
component.json
@@ -9,8 +9,9 @@
9
"fields": {
10
"url" : {
11
"label": "CSV URL",
12
- "required": true,
13
- "viewClass": "TextFieldView"
+ "required": false,
+ "note" : "Please leave this field blank if you want to use <strong>attachments</strong> from the incoming message.",
14
+ "viewClass": "TextFieldWithNoteView"
15
},
16
"reader": {
17
"viewClass": "CSVReadView"
0 commit comments