Skip to content

Commit cc75ad9

Browse files
committed
Added url as a property
1 parent fe404d8 commit cc75ad9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

component.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"title": "Read CSV file from URL",
88
"type": "polling",
99
"fields": {
10+
"url" : {
11+
"label": "CSV URL",
12+
"required": true,
13+
"viewClass": "TextFieldView"
14+
},
1015
"reader": {
1116
"viewClass": "CSVReadView"
1217
}

0 commit comments

Comments
 (0)