mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
⚡ Display imageSize property only if "download" is true
This commit is contained in:
parent
06973e2d2a
commit
f32e63acfa
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue