mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(core): Enable usage as a tool for more nodes (#12930)
This commit is contained in:
@@ -35,6 +35,7 @@ export class RssFeedRead implements INodeType {
|
||||
name: 'RSS Read',
|
||||
color: '#b02020',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
properties: [
|
||||
|
||||
Reference in New Issue
Block a user