-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The value attribute should be interpreted recursively but exclude np_content
{
_task: 'set',
name: 'message',
value: {
options: {
header: {
contentDisposition: 'attachment; filename="{{filename}}"'
}
},
np_content: content
}
}The value attribute should be interpreted immediately (not recursively)
{
_task: 'set',
name: 'message',
value: '@message'
}The value attribute should not be interpreted at all
var broker = require('broker')
{
_task: 'set',
name: 'broker',
np_value: broker
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels