colore diverso da switch
parent
5489cb49c3
commit
73ef52b939
|
|
@ -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: "" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue