mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Allow custom documentation URLs on credentials & nodes
This commit is contained in:
@@ -536,6 +536,7 @@ export interface INodeTypeDescription {
|
||||
version: number;
|
||||
description: string;
|
||||
defaults: INodeParameters;
|
||||
documentationUrl?: string;
|
||||
inputs: string[];
|
||||
inputNames?: string[];
|
||||
outputs: string[];
|
||||
|
||||
Reference in New Issue
Block a user