Merge pull request #12042 from Bonial-International-GmbH/pjungermann/integrations-visibility

fix: allow frontend visibility for `integrations` itself
This commit is contained in:
Patrik Oldsberg
2022-06-15 14:48:47 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Allow frontend visibility for `integrations` itself.
+4 -1
View File
@@ -15,7 +15,10 @@
*/
export interface Config {
/** Configuration for integrations towards various external repository provider systems */
/**
* Configuration for integrations towards various external repository provider systems
* @visibility frontend
*/
integrations?: {
/** Integration configuration for Azure */
azure?: Array<{