config editor changes

This commit is contained in:
2026-05-04 00:43:05 -07:00
parent 6c1c4596df
commit 5b062611c6
2 changed files with 387 additions and 199 deletions
+17
View File
@@ -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" }
]
}