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: docs/2-advanced/01-configuration.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ There are several configuration settings that affect all UI5 Web Components glob
15
15
|[secondaryCalendarType](#calendarType)|`Gregorian`, `Islamic`, `Buddhist`, `Japanese`, `Persian`|`undefined`| Default secondary calendar type to be used for date-related components | Date/time components (`ui5-date-picker`, etc.) |
16
16
|[noConflict](#noConflict)|`true`, `false`|`false`| When set to true, all events will be fired with a `ui5-` prefix only | Components that fire events (most do) |
17
17
|[formatSettings](#formatSettings)| See the [Format settings](#formatSettings) section below |`{}`| Allows to override locale-specific configuration | Date/time components (`ui5-date-picker`, etc.) |
18
-
|[loadBaseThemingCSSVariables](#loadBaseThemingCSSVariables)|`true`, `false`|`true`| Whether to load CSS variables from `@sap-theming/theming-base-content` package | Framework |
19
18
|[fetchDefaultLanguage](#fetchDefaultLanguage)|`true`, `false`|`false`| Whether to fetch assets even for the default language | Framework |
20
19
|[defaultFontLoading](#defaultFontLoading)|`true`, `false`|`true`| Whether to fetch default font faces | Framework |
This configuration option controls whether the framework should load the CSS variables from `@sap-theming/theming-base-content` package.
228
-
229
-
Typically, you would not need to modify this setting. However, if your application provides its **own** instance or version of `@sap-theming/theming-base-content` and you prefer the framework **not** to load the built-in base theming CSS variables, you can set `loadBaseThemingCSSVariables` to `false`.
0 commit comments