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:
@@ -69,9 +69,6 @@ export const companyFields: INodeProperties[] = [
|
||||
displayName: 'Notes',
|
||||
name: 'notes',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -97,9 +97,6 @@ export const contactNoteFields: INodeProperties[] = [
|
||||
displayName: 'Body',
|
||||
name: 'body',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
@@ -276,9 +273,6 @@ export const contactNoteFields: INodeProperties[] = [
|
||||
displayName: 'Body',
|
||||
name: 'body',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -80,9 +80,6 @@ export const ecommerceProductFields: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Product Description',
|
||||
name: 'productDesc',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
|
||||
@@ -383,9 +383,6 @@ export const emailFields: INodeProperties[] = [
|
||||
displayName: 'File Data',
|
||||
name: 'fileData',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: 'The content of the attachment, encoded in Base64',
|
||||
},
|
||||
|
||||
@@ -127,9 +127,6 @@ export const fileFields: INodeProperties[] = [
|
||||
displayName: 'File Data',
|
||||
name: 'fileData',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
||||
Reference in New Issue
Block a user