Files
fusion/plugins/fusion-plugin-dependency-graph/manifest.json
Fusion 21b7d41680 feat(FN-3087): document graph plugin in plugin authoring guide
Documentation-only finish for FN-3087, adding changeset and README updates for the dependency graph plugin and plugin authoring guide.

Fusion-Task-Id: FN-3087
2026-05-07 08:49:19 -07:00

16 lines
359 B
JSON

{
"id": "fusion-plugin-dependency-graph",
"name": "Dependency Graph",
"version": "0.1.0",
"description": "Top-level dependency graph dashboard view",
"dashboardViews": [
{
"viewId": "graph",
"label": "Graph",
"componentPath": "./dashboard-view",
"icon": "Network",
"placement": "more",
"order": 40
}
]
}