colore diverso da switch
This commit is contained in:
+2
-2
@@ -55,7 +55,7 @@
|
|||||||
return clipValueLength(v);
|
return clipValueLength(v);
|
||||||
}
|
}
|
||||||
RED.nodes.registerType('parser-consume', {
|
RED.nodes.registerType('parser-consume', {
|
||||||
color: "#E2D96E",
|
color: "#77aadd",
|
||||||
category: 'function',
|
category: 'function',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: { value: "" },
|
name: { value: "" },
|
||||||
@@ -275,7 +275,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('parser-entry-point',{
|
RED.nodes.registerType('parser-entry-point',{
|
||||||
category: 'function',
|
category: 'function',
|
||||||
color: "#E6E0F8",
|
color: "#77aadd",
|
||||||
defaults: {
|
defaults: {
|
||||||
property: { value: "payload", required: true, validate: RED.validators.typedInput("propertyType") },
|
property: { value: "payload", required: true, validate: RED.validators.typedInput("propertyType") },
|
||||||
name: { value: "" },
|
name: { value: "" },
|
||||||
|
|||||||
Reference in New Issue
Block a user