Allow custom documentation URLs on credentials & nodes

This commit is contained in:
Jan Oberhauser
2020-11-09 12:23:53 +01:00
parent 9fee42b2a8
commit 639bdd2ceb
3 changed files with 16 additions and 4 deletions

View File

@@ -536,6 +536,7 @@ export interface INodeTypeDescription {
version: number;
description: string;
defaults: INodeParameters;
documentationUrl?: string;
inputs: string[];
inputNames?: string[];
outputs: string[];