mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat: Deprecate Read Binary File node (#5490)
This commit is contained in:
parent
1c0966957d
commit
11b467137e
|
@ -8,6 +8,7 @@ export class ReadBinaryFile implements INodeType {
|
||||||
icon: 'fa:file-import',
|
icon: 'fa:file-import',
|
||||||
group: ['input'],
|
group: ['input'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
hidden: true,
|
||||||
description: 'Reads a binary file from disk',
|
description: 'Reads a binary file from disk',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Read Binary File',
|
name: 'Read Binary File',
|
||||||
|
|
Loading…
Reference in a new issue