1
This commit is contained in:
parent
8a9e221b22
commit
56338dc3a8
@ -28,8 +28,8 @@ export const NotificationNodeDefinition: ConfigurableNodeDefinition = {
|
||||
gradient: ['#ffffff', '#fef3c7']
|
||||
},
|
||||
handles: {
|
||||
input: true, // 有输入
|
||||
output: false // 无输出
|
||||
input: true,
|
||||
output: true
|
||||
},
|
||||
features: {
|
||||
showBadge: true,
|
||||
@ -81,12 +81,6 @@ export const NotificationNodeDefinition: ConfigurableNodeDefinition = {
|
||||
description: "通知消息的正文内容,支持变量表达式",
|
||||
format: "textarea",
|
||||
default: ""
|
||||
},
|
||||
recipients: {
|
||||
type: "string",
|
||||
title: "收件人",
|
||||
description: "多个收件人用逗号分隔,支持变量表达式",
|
||||
default: ""
|
||||
}
|
||||
},
|
||||
required: ["nodeName", "nodeCode", "notificationType", "title", "content", "recipients"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user