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',
name: 'webDavUrl',
type: 'string' as NodePropertyTypes,
placeholder: 'https://nextcloud.exampl.com/remote.php/webdav/',
default: '',
},
{
displayName: 'User',
name: 'user',
type: 'string' as NodePropertyTypes,
default: '',
},
{
displayName: 'Password',