mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
refactor: update ftp node codex to add to files category (#4360)
This commit is contained in:
parent
e1e2c94331
commit
5b0ff15e89
|
@ -2,7 +2,7 @@
|
|||
"node": "n8n-nodes-base.ftp",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": ["Data & Storage", "Development", "Utility"],
|
||||
"categories": ["Core Nodes", "Data & Storage", "Development", "Utility"],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
|
@ -15,5 +15,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": ["SFTP"]
|
||||
"alias": ["SFTP"],
|
||||
"subcategories": {
|
||||
"Core Nodes": ["Files"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue