🔨 Add documentationUrl to credentials
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
export class Ftp implements ICredentialType {
|
||||
name = 'ftp';
|
||||
displayName = 'FTP';
|
||||
documentationUrl = 'ftp';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Host',
|
||||
|
||||
Reference in New Issue
Block a user