mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 11:02:12 -08:00
⚡ Add placeholder for webDavUrl on NextCloud-Node
This commit is contained in:
parent
f413d26e8a
commit
f811094dc5
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue