config editor changes
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"individual": [
|
||||
{ "name": "Start Node", "type": "begin" },
|
||||
{
|
||||
"name": "Hybrid Processor",
|
||||
"type": "middle",
|
||||
"fields": [
|
||||
{"label": "Threshold", "type": "number"},
|
||||
{"label": "Tag", "type": "string"},
|
||||
{"label": "Sub-Logic", "type": "slot"}
|
||||
]
|
||||
},
|
||||
{ "name": "Export Node", "type": "end" },
|
||||
{ "name": "like this", "type": "logic" }
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user