mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Enable usage as a tool for more nodes (#12930)
This commit is contained in:
@@ -30,6 +30,7 @@ export class Beeminder implements INodeType {
|
||||
defaults: {
|
||||
name: 'Beeminder',
|
||||
},
|
||||
usableAsTool: true,
|
||||
// eslint-disable-next-line n8n-nodes-base/node-class-description-icon-not-svg
|
||||
icon: 'file:beeminder.png',
|
||||
inputs: [NodeConnectionType.Main],
|
||||
|
||||
Reference in New Issue
Block a user