add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
"version": "0.1.56-next.1",
|
||||
"description": "A Backstage plugin that lets you browse the configuration schema of your app",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin"
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "config-schema",
|
||||
"pluginPackages": [
|
||||
"@backstage/plugin-config-schema"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
Reference in New Issue
Block a user