mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-31 15:22:25 -05:00 
			
		
		
		
	Small tweaks to README and updated icon example
This commit is contained in:
		
					parent
					
						
							
								9b8a6b7053
							
						
					
				
			
			
				commit
				
					
						2c957ffafb
					
				
			
		
					 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