mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
💄 Add subtitle to NextCloud and Pipedrive-Node
This commit is contained in:
@@ -20,6 +20,7 @@ export class NextCloud implements INodeType {
|
||||
icon: 'file:nextcloud.png',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Access data on NextCloud',
|
||||
defaults: {
|
||||
name: 'NextCloud',
|
||||
|
||||
@@ -44,6 +44,7 @@ export class Pipedrive implements INodeType {
|
||||
icon: 'file:pipedrive.png',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Create and edit data in Pipedrive',
|
||||
defaults: {
|
||||
name: 'Pipedrive',
|
||||
|
||||
Reference in New Issue
Block a user