Files
metabuilder/packages/workflow_editor/seed/scripts/manifest.json

29 lines
625 B
JSON

{
"scripts": [
{
"id": "init",
"name": "Workflow Editor Init",
"file": "init.lua",
"description": "Initialize workflow editor module"
},
{
"id": "editor",
"name": "Workflow Editor",
"file": "editor.lua",
"description": "Workflow editor rendering"
},
{
"id": "status",
"name": "Run Status",
"file": "status.lua",
"description": "Workflow run status display"
},
{
"id": "run",
"name": "Run Card",
"file": "run.lua",
"description": "Workflow run card component"
}
]
}