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
16 lines
359 B
JSON
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
|
|
}
|
|
]
|
|
} |