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
= Customizing the branding logo of your {product-short} instance
7
7
8
-
You can customize the branding logo of your {product-short} instance by configuring the `branding` section the `{my-app-config-file}` file, as shown in the following example:
8
+
You can customize the branding logo of your {product-short} instance by configuring the `branding` section in the `{my-app-config-file}` file, as shown in the following example:
9
9
10
-
[source,yaml]
10
+
[source,yaml,subs="+quotes"]
11
11
----
12
12
app:
13
13
branding:
@@ -19,6 +19,21 @@ where:
19
19
20
20
<1> `fullLogo` is the logo on the expanded (pinned) sidebar and expects a base64 encoded image.
21
21
<2> `iconLogo` is the logo on the collapsed (unpinned) sidebar and expects a base64 encoded image.
22
+
+
23
+
You can format the `BASE64_EMBEDDED_FULL_LOGO` environment variable as follows:
You can also customize the width of the branding logo by setting a value for the `fullLogoWidth` field in the `branding` section, as shown in the following example:
0 commit comments