mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-15 08:42:55 +01:00
feat(blockly): Phase B1 - Register Logic Builder node
- Created IODetector utility to scan workspaces for I/O blocks - Implemented Logic Builder runtime node with: - Dynamic port detection from workspace - Code execution context with Noodl API access - Signal input triggers for logic execution - Error handling and reporting - Registered node in runtime and added to Custom Code category The node should now appear in the node picker under Custom Code. Next: Phase C - Tab system prototype Part of TASK-012: Blockly Visual Logic Integration
This commit is contained in:
@@ -581,7 +581,7 @@ function generateNodeLibrary(nodeRegister) {
|
||||
subCategories: [
|
||||
{
|
||||
name: '',
|
||||
items: ['Expression', 'JavaScriptFunction', 'Javascript2', 'CSS Definition']
|
||||
items: ['Expression', 'JavaScriptFunction', 'Javascript2', 'Logic Builder', 'CSS Definition']
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user