mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
675ec21d33
- Split Items List node into separate nodes per action - Review node descriptions - New icons - New sections in subcategories --------- Co-authored-by: Giulio Andreini <andreini@netseven.it> Co-authored-by: Deborah <deborah@starfallprojects.co.uk> Co-authored-by: Michael Kret <michael.k@radency.com>
23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"node": "n8n-nodes-base.n8n",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Development", "Core Nodes"],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/api/authentication/"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.n8n/"
|
|
}
|
|
]
|
|
},
|
|
"alias": ["Workflow", "Execution"],
|
|
"subcategories": {
|
|
"Core Nodes": ["Helpers", "Other Trigger Nodes"]
|
|
}
|
|
}
|