colore diverso da switch

master
Pietro Brenna 2020-02-21 14:02:48 +01:00
parent 5489cb49c3
commit 73ef52b939
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
return clipValueLength(v);
}
RED.nodes.registerType('parser-consume', {
color: "#E2D96E",
color: "#77aadd",
category: 'function',
defaults: {
name: { value: "" },
@ -275,7 +275,7 @@
<script type="text/javascript">
RED.nodes.registerType('parser-entry-point',{
category: 'function',
color: "#E6E0F8",
color: "#77aadd",
defaults: {
property: { value: "payload", required: true, validate: RED.validators.typedInput("propertyType") },
name: { value: "" },