mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-30 06:42:25 -05:00
Add descriptions folder
This commit is contained in:
parent
936fc68b5a
commit
b28f0f34f3
3 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ import {
|
||||||
import {
|
import {
|
||||||
contactFields,
|
contactFields,
|
||||||
contactOperations,
|
contactOperations,
|
||||||
} from './ContactDescription';
|
} from './descriptions';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
friendGridApiRequest,
|
friendGridApiRequest,
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ export const contactOperations = [
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: 'create',
|
default: 'create',
|
||||||
description: 'The operation to perform.',
|
description: 'The operation to perform',
|
||||||
},
|
},
|
||||||
] as INodeProperties[];
|
] as INodeProperties[];
|
||||||
|
|
||||||
1
nodes/FriendGrid/descriptions/index.ts
Normal file
1
nodes/FriendGrid/descriptions/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
export * from './ContactDescription';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue