Merge pull request #12042 from Bonial-International-GmbH/pjungermann/integrations-visibility
fix: allow frontend visibility for `integrations` itself
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/integration': patch
|
||||
---
|
||||
|
||||
Allow frontend visibility for `integrations` itself.
|
||||
Vendored
+4
-1
@@ -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<{
|
||||
|
||||
Reference in New Issue
Block a user