You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-2Lines changed: 47 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ export default config;
210
210
| Option | Type | Default | Description |
211
211
|--------|------|---------|-------------|
212
212
|`miHudLess`| boolean |`false`| Disables Metric Insights navigation bar in development |
213
-
|`integrateMiTopBar`| boolean |`false`| Integrates MI Top Bar and script into the App build (requires `miHudLess: true`) |
213
+
|`integrateMiTopBar`| boolean \| object |`false`| Integrates MI Top Bar and scripts into the App build (requires `miHudLess: true`). When `true`, enables both `addRootElement` and `addSharedComponentsScripts`. When an object, allows selective enabling: `{ addRootElement?: boolean, addSharedComponentsScripts?: boolean }`|
0 commit comments