mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
Small tweaks to README and updated icon example (#76)
This commit is contained in:
parent
c6c8bb68b2
commit
e863c55657
2 changed files with 5 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ export class HttpBin implements INodeType {
|
|||
description: INodeTypeDescription = {
|
||||
displayName: 'HttpBin',
|
||||
name: 'httpBin',
|
||||
icon: 'file:httpbin.svg',
|
||||
icon: { light: 'file:httpbin.svg', dark: 'file:httpbin.svg' },
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
|
|
@ -15,6 +15,7 @@ export class HttpBin implements INodeType {
|
|||
},
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
usableAsTool: true,
|
||||
credentials: [
|
||||
{
|
||||
name: 'httpbinApi',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue