refactor: update ftp node codex to add to files category (#4360)

This commit is contained in:
Jonathan Bennetts 2022-10-18 08:39:19 +01:00 committed by GitHub
parent e1e2c94331
commit 5b0ff15e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]
}
}