mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
🔥 Remove node color in settings
This commit is contained in:
parent
a54acf8681
commit
8dfd51a9d6
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue