Add placeholder for webDavUrl on NextCloud-Node

This commit is contained in:
Jan Oberhauser 2019-11-20 14:53:30 +01:00
parent f413d26e8a
commit f811094dc5

View file

@ -12,15 +12,14 @@ export class NextCloudApi implements ICredentialType {
displayName: 'Web DAV URL', displayName: 'Web DAV URL',
name: 'webDavUrl', name: 'webDavUrl',
type: 'string' as NodePropertyTypes, type: 'string' as NodePropertyTypes,
placeholder: 'https://nextcloud.exampl.com/remote.php/webdav/',
default: '', default: '',
}, },
{ {
displayName: 'User', displayName: 'User',
name: 'user', name: 'user',
type: 'string' as NodePropertyTypes, type: 'string' as NodePropertyTypes,
default: '', default: '',
}, },
{ {
displayName: 'Password', displayName: 'Password',