Load config from window in default config loader (#3238)
Support setting config through the window object. The config should be set in window.__APP_CONFIG__ which should be an object.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/core': patch
|
||||
---
|
||||
|
||||
Extend default config loader to read config from the window object.
|
||||
|
||||
Config will be read from `window.__APP_CONFIG__` which should be an object.
|
||||
Reference in New Issue
Block a user