Add placeholder and breaking-change information

This commit is contained in:
Jan Oberhauser
2019-12-01 20:51:05 +01:00
parent e799ecc756
commit 151dbb0346
3 changed files with 18 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ export class RocketchatApi implements ICredentialType {
name: 'domain',
type: 'string' as NodePropertyTypes,
default: '',
placeholder: 'https://n8n.rocket.chat',
},
];
}