mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Display imageSize property only if "download" is true
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user