mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
💄 Add subtitle to Slack-Node
This commit is contained in:
parent
862433497c
commit
6246d0a08c
|
@ -19,6 +19,7 @@ export class Slack implements INodeType {
|
|||
icon: 'file:slack.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Sends data to Slack',
|
||||
defaults: {
|
||||
name: 'Slack',
|
||||
|
|
Loading…
Reference in a new issue