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
25 lines
584 B
JSON
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
|
|
}
|
|
]
|
|
}
|