mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
💄 Add subtitle to NextCloud and Pipedrive-Node
This commit is contained in:
parent
1851ce0dbb
commit
a0aea3000e
|
@ -20,6 +20,7 @@ export class NextCloud implements INodeType {
|
||||||
icon: 'file:nextcloud.png',
|
icon: 'file:nextcloud.png',
|
||||||
group: ['input'],
|
group: ['input'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Access data on NextCloud',
|
description: 'Access data on NextCloud',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'NextCloud',
|
name: 'NextCloud',
|
||||||
|
|
|
@ -44,6 +44,7 @@ export class Pipedrive implements INodeType {
|
||||||
icon: 'file:pipedrive.png',
|
icon: 'file:pipedrive.png',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Create and edit data in Pipedrive',
|
description: 'Create and edit data in Pipedrive',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Pipedrive',
|
name: 'Pipedrive',
|
||||||
|
|
Loading…
Reference in a new issue