mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +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:
@@ -99,9 +99,6 @@ export const companyFields: INodeProperties[] = [
|
||||
displayName: 'About Us',
|
||||
name: 'aboutUs',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
@@ -362,9 +359,6 @@ export const companyFields: INodeProperties[] = [
|
||||
displayName: 'Twitter Bio',
|
||||
name: 'twitterBio',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: 'The Twitter bio of the company or organization',
|
||||
},
|
||||
@@ -459,9 +453,6 @@ export const companyFields: INodeProperties[] = [
|
||||
displayName: 'About Us',
|
||||
name: 'aboutUs',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
@@ -728,9 +719,6 @@ export const companyFields: INodeProperties[] = [
|
||||
displayName: 'Twitter Bio',
|
||||
name: 'twitterBio',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: 'The Twitter bio of the company or organization',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user