🔀 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/" "url": "https://docs.n8n.io/nodes/n8n-nodes-base.ftp/"
} }
] ]
} },
} "alias": [
"SFTP"
]
}

View file

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