Skip to content

Commit fd0a084

Browse files
authored
Update task.dev.json
1 parent 647ff8a commit fd0a084

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Tasks/emailReportTask/task.dev.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@
7575
"DisableManageLink": "True"
7676
},
7777
"groupName": "emailConfiguration"
78+
},
79+
{
80+
"name": "fromAddress",
81+
"type": "string",
82+
"label": "From",
83+
"defaultValue": "",
84+
"required": false,
85+
"helpMarkDown": "Sender email address.",
86+
"groupName": "emailConfiguration"
7887
},
7988
{
8089
"name": "toAddress",
@@ -231,4 +240,4 @@
231240
"target": "Index.js"
232241
}
233242
}
234-
}
243+
}

0 commit comments

Comments
 (0)