Files
fusion/plugins/fusion-plugin-cli-printing-press/manifest.json
Fusion 0fb9bb5b91 feat(FN-3764): add manage view with edit modal for CLI printing press plugi
FN-3764 adds a manage view and edit draft modal to the CLI printing press plugin, wiring in draft storage, wizard routes, and plugin view registry integration so users can view and edit their printing press drafts directly from the dashboard. Includes corresponding tests, documentation updates, and

Fusion-Task-Id: FN-3764
2026-05-10 16:03:38 -07:00

25 lines
584 B
JSON

{
"id": "fusion-plugin-cli-printing-press",
"name": "CLI Printing Press",
"version": "0.1.0",
"description": "Guided wizard for drafting external service CLI definitions",
"dashboardViews": [
{
"viewId": "wizard",
"label": "Create Service CLI",
"componentPath": "./dashboard-view",
"icon": "Wand2",
"placement": "primary",
"order": 60
},
{
"viewId": "manage",
"label": "Manage Service CLIs",
"componentPath": "./manage-view",
"icon": "List",
"placement": "primary",
"order": 61
}
]
}