colore diverso da switch
This commit is contained in:
+2
-2
@@ -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: "" },
|
||||
|
||||
Reference in New Issue
Block a user