hgaol edited a comment on issue #2869:
URL:
https://github.com/apache/incubator-dolphinscheduler/issues/2869#issuecomment-637567909
Also, here is the model what I designed before, and decided to do more work
on it. But recently, I have other things to do. Just FYI, hope it can help to
your design.
```json
[
{
"id": "email",
"cn": {...},
"en": {
"name": "Email",
"fields": [
{
"name": "receiver",
"type": "input",
"info": "who will receive this mail",
"placeholder": "[email protected]; [email protected]"
},
{
"name": "CC",
"type": "select",
"info": "copy",
"options": [
{
"id": "op1",
"label": "option1"
},
{
"id": "op2",
"label": "option2"
}
]
},
{
"name": "text",
"type": "textarea",
"info": "input some text",
"placeholder": "input some text"
}
]
}
}
]
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]