Merged commits stabilize the Fusion roadmap plugin's identity and routing surface, establishing a canonical plugin ID and compatibility routes so the roadmap plugin integrates cleanly with the dashboard's plugin system. Added new roadmap-routes and roadmap-suggestions modules in the dashboard packag Fusion-Task-Id: FN-3637
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"id": "fusion-plugin-roadmap",
|
|
"name": "Roadmaps",
|
|
"version": "0.1.0",
|
|
"description": "Standalone roadmap planning plugin",
|
|
"dashboardViews": [
|
|
{
|
|
"viewId": "roadmaps",
|
|
"label": "Roadmaps",
|
|
"componentPath": "./dashboard-view",
|
|
"icon": "Map",
|
|
"placement": "primary",
|
|
"order": 30
|
|
}
|
|
]
|
|
}
|