add plugin metadata to all plugin packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-06-11 01:32:43 +02:00
parent c7535dea31
commit d44a20a5cd
137 changed files with 1276 additions and 561 deletions
+8 -1
View File
@@ -3,7 +3,14 @@
"version": "1.2.5-next.1",
"description": "Shared frontend utilities for TechDocs and Addons",
"backstage": {
"role": "web-library"
"role": "web-library",
"pluginId": "techdocs",
"pluginPackages": [
"@backstage/plugin-techdocs",
"@backstage/plugin-techdocs-backend",
"@backstage/plugin-techdocs-node",
"@backstage/plugin-techdocs-react"
]
},
"publishConfig": {
"access": "public",