mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Deprecate alwaysOpenEditWindow for string (#4839)
* 🔥 Remove from client * 📘 Update interface comment * ✏️ Update docs * ⚡ Update nodes * ✏️ Fix typo * ⏪ Restore misremoved property * 🔥 Remove more instances
This commit is contained in:
@@ -503,9 +503,6 @@ export class Telegram implements INodeType {
|
||||
displayName: 'Text',
|
||||
name: 'text',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters.',
|
||||
@@ -587,9 +584,6 @@ export class Telegram implements INodeType {
|
||||
displayName: 'Text',
|
||||
name: 'text',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters.',
|
||||
@@ -1018,9 +1012,6 @@ export class Telegram implements INodeType {
|
||||
displayName: 'Caption',
|
||||
name: 'caption',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: 'Caption text to set, 0-1024 characters',
|
||||
},
|
||||
@@ -1056,9 +1047,6 @@ export class Telegram implements INodeType {
|
||||
name: 'text',
|
||||
type: 'string',
|
||||
required: true,
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
displayOptions: {
|
||||
show: {
|
||||
@@ -1476,9 +1464,6 @@ export class Telegram implements INodeType {
|
||||
displayName: 'Caption',
|
||||
name: 'caption',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/operation': [
|
||||
@@ -1626,9 +1611,6 @@ export class Telegram implements INodeType {
|
||||
displayName: 'Title',
|
||||
name: 'title',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/operation': ['sendAudio'],
|
||||
|
||||
Reference in New Issue
Block a user