mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(core): Enable usage as a tool for more nodes (#12930)
This commit is contained in:
@@ -42,6 +42,7 @@ export class Bitwarden implements INodeType {
|
||||
defaults: {
|
||||
name: 'Bitwarden',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: [
|
||||
|
||||
Reference in New Issue
Block a user