🔀 Merge branch 'master' into nextcloud-share

This commit is contained in:
Jan Oberhauser 2021-10-14 10:59:08 -07:00
commit 63687f8cd7
2 changed files with 12 additions and 8 deletions

View file

@ -18,5 +18,8 @@
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.ftp/"
}
]
}
}
},
"alias": [
"SFTP"
]
}

View file

@ -3,7 +3,8 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Core Nodes"
"Core Nodes",
"Utility"
],
"resources": {
"primaryDocumentation": [
@ -13,13 +14,13 @@
]
},
"alias": [
"error",
"throw",
"exception"
"Throw error",
"Error",
"Exception"
],
"subcategories": {
"Core Nodes": [
"Flow"
"Core Nodes":[
"Helpers"
]
}
}