Display imageSize property only if "download" is true

This commit is contained in:
Jan Oberhauser 2020-09-08 09:48:07 +02:00
parent 06973e2d2a
commit f32e63acfa

View file

@ -130,6 +130,13 @@ export class TelegramTrigger implements INodeType {
displayName: 'Image Size', displayName: 'Image Size',
name: 'imageSize', name: 'imageSize',
type: 'options', type: 'options',
displayOptions: {
show: {
download: [
true,
],
},
},
options: [ options: [
{ {
name: 'Small', name: 'Small',