mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-01 23:52:25 -05:00
deploy-node-windows added and new S4DS Node name
This commit is contained in:
parent
bd868dcc2b
commit
fd1cae8b70
2 changed files with 47 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { ApiHelper } from './ApiHelper';
|
|||
|
||||
export class S4DSMain implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'S4DS',
|
||||
displayName: 'S4DS\'s APIs',
|
||||
name: 's4ds',
|
||||
icon: { light: 'file:logo_generic.png', dark: 'file:logo_generic.png' },
|
||||
group: ['transform'],
|
||||
|
|
@ -11,7 +11,7 @@ export class S4DSMain implements INodeType {
|
|||
subtitle: '={{$parameter["resource"]}} - {{$parameter["operation"]}}',
|
||||
description: 'S4DS API operations including authentication and product management',
|
||||
defaults: {
|
||||
name: 'S4DS',
|
||||
name: 'S4DS\'s APIs',
|
||||
},
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue