All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
16 lines
413 B
JSON
16 lines
413 B
JSON
{
|
|
"id": "workflow-demo",
|
|
"title": "Workflow Demo",
|
|
"type": "full",
|
|
"version": "0.1.0",
|
|
"tier": "browser",
|
|
"icon": "🎓",
|
|
"author": "Switchboard Core",
|
|
"description": "Interactive demo surface for example workflow packages. Cards, stage diagrams, and API walkthroughs.",
|
|
"route": "/s/workflow-demo",
|
|
"auth": "authenticated",
|
|
"layout": "single",
|
|
"permissions": [],
|
|
"hooks": ["surface"]
|
|
}
|