mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
🔥 Remove node color in settings
This commit is contained in:
@@ -189,14 +189,6 @@ export default mixins(
|
|||||||
noDataExpression: true,
|
noDataExpression: true,
|
||||||
description: this.$locale.baseText('nodeSettings.notesInFlow.description'),
|
description: this.$locale.baseText('nodeSettings.notesInFlow.description'),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
displayName: this.$locale.baseText('nodeSettings.color.displayName'),
|
|
||||||
name: 'color',
|
|
||||||
type: 'color',
|
|
||||||
default: '#ff0000',
|
|
||||||
noDataExpression: true,
|
|
||||||
description: this.$locale.baseText('nodeSettings.color.description'),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
displayName: this.$locale.baseText('nodeSettings.alwaysOutputData.displayName'),
|
displayName: this.$locale.baseText('nodeSettings.alwaysOutputData.displayName'),
|
||||||
name: 'alwaysOutputData',
|
name: 'alwaysOutputData',
|
||||||
|
|||||||
@@ -483,10 +483,6 @@
|
|||||||
"displayName": "🇩🇪 Always Output Data"
|
"displayName": "🇩🇪 Always Output Data"
|
||||||
},
|
},
|
||||||
"clickOnTheQuestionMarkIcon": "🇩🇪 Click the '?' icon to open this node on n8n.io",
|
"clickOnTheQuestionMarkIcon": "🇩🇪 Click the '?' icon to open this node on n8n.io",
|
||||||
"color": {
|
|
||||||
"description": "🇩🇪 The color of the node in the flow.",
|
|
||||||
"displayName": "🇩🇪 Node Color"
|
|
||||||
},
|
|
||||||
"continueOnFail": {
|
"continueOnFail": {
|
||||||
"description": "🇩🇪 If active, the workflow continues even if this node's <br />execution fails. When this occurs, the node passes along input data from<br />previous nodes - so your workflow should account for unexpected output data.",
|
"description": "🇩🇪 If active, the workflow continues even if this node's <br />execution fails. When this occurs, the node passes along input data from<br />previous nodes - so your workflow should account for unexpected output data.",
|
||||||
"displayName": "🇩🇪 Continue On Fail"
|
"displayName": "🇩🇪 Continue On Fail"
|
||||||
|
|||||||
@@ -467,10 +467,6 @@
|
|||||||
"displayName": "Always Output Data"
|
"displayName": "Always Output Data"
|
||||||
},
|
},
|
||||||
"clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
|
"clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
|
||||||
"color": {
|
|
||||||
"description": "The color of the node in the flow.",
|
|
||||||
"displayName": "Node Color"
|
|
||||||
},
|
|
||||||
"continueOnFail": {
|
"continueOnFail": {
|
||||||
"description": "If active, the workflow continues even if this node's <br />execution fails. When this occurs, the node passes along input data from<br />previous nodes - so your workflow should account for unexpected output data.",
|
"description": "If active, the workflow continues even if this node's <br />execution fails. When this occurs, the node passes along input data from<br />previous nodes - so your workflow should account for unexpected output data.",
|
||||||
"displayName": "Continue On Fail"
|
"displayName": "Continue On Fail"
|
||||||
|
|||||||
Reference in New Issue
Block a user