mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add placeholder for webDavUrl on NextCloud-Node
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user