mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
⚡ Improve descriptions
This commit is contained in:
parent
e37148b6e6
commit
1c53ac9f85
3 changed files with 23 additions and 6 deletions
|
|
@ -33,7 +33,13 @@ export class HttpBin implements INodeType {
|
|||
/**
|
||||
* In the properties array we have two mandatory options objects required
|
||||
*
|
||||
* Resource & Operation
|
||||
* [Resource & Operation]
|
||||
*
|
||||
*
|
||||
* https://docs.n8n.io/integrations/creating-nodes/code/create-first-node/#resources-and-operations
|
||||
*
|
||||
* In our example, the operations are separated into their own file (HTTPVerbDescription)
|
||||
* to keep this class easy to read
|
||||
*
|
||||
*/
|
||||
properties: [
|
||||
|
|
@ -54,6 +60,7 @@ export class HttpBin implements INodeType {
|
|||
],
|
||||
default: "httpverbs",
|
||||
},
|
||||
|
||||
...httpVerbOperations,
|
||||
...httpVerbFields,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue