🔨 Add documentationUrl to credentials

This commit is contained in:
Tanay Pant
2020-08-17 14:42:09 +02:00
parent 30ac4f4c2c
commit 815e663717
144 changed files with 144 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
export class CrateDb implements ICredentialType {
name = 'crateDb';
displayName = 'CrateDB';
documentationUrl = 'crateDb';
properties = [
{
displayName: 'Host',