mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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',
|
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',
|
||||||
|
|
Loading…
Reference in a new issue