🔥 Remove node color in settings

This commit is contained in:
Iván Ovejero 2021-12-16 17:15:39 +01:00
parent a54acf8681
commit 8dfd51a9d6
3 changed files with 0 additions and 16 deletions

View file

@ -189,14 +189,6 @@ export default mixins(
noDataExpression: true,
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'),
name: 'alwaysOutputData',

View file

@ -483,10 +483,6 @@
"displayName": "🇩🇪 Always Output Data"
},
"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": {
"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"

View file

@ -467,10 +467,6 @@
"displayName": "Always Output Data"
},
"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": {
"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"