Remove wrong properties from some parameters

This commit is contained in:
Jan Oberhauser
2019-07-18 20:48:23 +02:00
parent f1b1493514
commit 5a109af7ea
3 changed files with 0 additions and 10 deletions

View File

@@ -35,7 +35,6 @@ export class ReadBinaryFiles implements INodeType {
type: 'string',
default: '',
required: true,
noDataExpression: true,
placeholder: '*.jpg',
description: 'Pattern for files to read.',
},
@@ -45,7 +44,6 @@ export class ReadBinaryFiles implements INodeType {
type: 'string',
default: 'data',
required: true,
noDataExpression: true,
description: 'Name of the binary property to which to<br />write the data of the read files.',
},
]