mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Fix docs urls (no-changelog) (#6433)
This commit is contained in:
committed by
GitHub
parent
32fb419011
commit
004d38d82b
@@ -1,11 +1,14 @@
|
||||
/* eslint-disable n8n-nodes-base/cred-class-name-unsuffixed,n8n-nodes-base/cred-class-field-name-unsuffixed,n8n-nodes-base/cred-class-field-display-name-missing-api */
|
||||
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
|
||||
|
||||
// eslint-disable-next-line n8n-nodes-base/cred-class-name-unsuffixed
|
||||
export class Ldap implements ICredentialType {
|
||||
// eslint-disable-next-line n8n-nodes-base/cred-class-field-name-unsuffixed
|
||||
name = 'ldap';
|
||||
|
||||
displayName = 'LDAP';
|
||||
|
||||
documentationUrl = 'ldap';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'LDAP Server Address',
|
||||
|
||||
Reference in New Issue
Block a user