feat: add config schema for rollbar plugins (#3404)

* feat: add config schema for rollbar plugins

* remove rollbar from create-app template
This commit is contained in:
Andrew Thauer
2020-11-26 08:30:12 -05:00
committed by GitHub
parent a5e94905e9
commit 3a201c5d54
9 changed files with 67 additions and 26 deletions
+3 -17
View File
@@ -51,22 +51,8 @@
"msw": "^0.21.2"
},
"files": [
"dist"
"dist",
"config.d.ts"
],
"configSchema": {
"$schema": "https://backstage.io/schema/config-v1",
"title": "@backstage/rollbar",
"type": "object",
"properties": {
"rollbar": {
"type": "object",
"properties": {
"organization": {
"type": "string",
"visibility": "frontend"
}
}
}
}
}
"configSchema": "config.d.ts"
}