{ | |
"extensions": [ | |
{ | |
"type": "early-initialization", | |
"className": "NodeMain.NodeMain" | |
}, | |
{ | |
"type": "view", | |
"location": "panel", | |
"id": "node-connection", | |
"title": "Connection", | |
"order": 0, | |
"className": "NodeMain.NodeConnectionsPanel", | |
"tags": "node" | |
} | |
], | |
"dependencies": ["platform", "ui", "host", "components"], | |
"scripts": [ | |
"NodeConnectionsPanel.js", | |
"NodeMain.js" | |
], | |
"resources": [ | |
"nodeConnectionsPanel.css" | |
] | |
} |