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:
Iván Ovejero
2022-12-07 15:29:45 +01:00
committed by GitHub
parent 7e1a13f9b2
commit fbb8611ae2
140 changed files with 3 additions and 761 deletions

View File

@@ -75,9 +75,6 @@ export const emailFields: INodeProperties[] = [
displayName: 'Text',
name: 'text',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
displayOptions: {
show: {
resource: ['email'],
@@ -91,9 +88,6 @@ export const emailFields: INodeProperties[] = [
displayName: 'HTML',
name: 'html',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
displayOptions: {
show: {
resource: ['email'],
@@ -221,9 +215,6 @@ export const emailFields: INodeProperties[] = [
displayName: 'Variables (JSON)',
name: 'variablesJson',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
displayOptions: {
show: {
resource: ['email'],
@@ -449,9 +440,6 @@ export const emailFields: INodeProperties[] = [
displayName: 'Variables (JSON)',
name: 'variablesJson',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
displayOptions: {
show: {
resource: ['email'],