Skip to content

Commit 207f166

Browse files
committed
split out app launcher customization
1 parent 2bf9fbc commit 207f166

File tree

3 files changed

+46
-36
lines changed

3 files changed

+46
-36
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
pcx_content_type: how-to
3+
title: App Launcher customization
4+
sidebar:
5+
order: 2
6+
---
7+
8+
import { Render } from "~/components";
9+
10+
:::note
11+
12+
Only available on Pay-as-you-go and Enterprise plans.
13+
:::
14+
15+
You can display your own branding, messages, and links to users when they open the [Access App Launcher](/cloudflare-one/access-controls/access-settings/app-launcher/).
16+
17+
To customize the App Launcher appearance:
18+
19+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **Custom Pages**.
20+
2. Find the **Customize App Launcher** setting and select **Customize**.
21+
3. Give the App Launcher the look and feel of your organization by adding:
22+
- Your organization's name
23+
- A logo
24+
- A preferred background color for the header
25+
- A preferred background color for the page
26+
- A custom footer with links to your organization's help desk or other internal resources.
27+
28+
:::note
29+
30+
We recommend lighter background colors because the font defaults to black.
31+
:::
32+
33+
4. Next, customize the landing page that users will see when they login to the App Launcher. Available properties include:
34+
- A custom title
35+
- A custom subtitle
36+
- An image
37+
- A preferred color for the **Log in** button
38+
- A preferred color for the **Log in** button text
39+
40+
All of the properties configured in Step 3 will also apply to the landing page.
41+
42+
5. Once you are satisfied with your customization, select **Save**.
43+
44+
The App Launcher screens are now updated. To view your changes, select **Preview**.

src/content/docs/cloudflare-one/reusable-components/custom-pages/gateway-block-page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: how-to
33
title: Block page
44
sidebar:
5-
order: 14
5+
order: 1
66
---
77

88
import { Render, Tabs, TabItem } from "~/components";

src/content/partials/cloudflare-one/access/app-launcher.mdx

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -58,38 +58,4 @@ To show an Access application in the App Launcher:
5858

5959
## Customize App Launcher appearance
6060

61-
:::note
62-
63-
Only available on Pay-as-you-go and Enterprise plans.
64-
:::
65-
66-
You can display your own branding, messages, and links to users when they open the App Launcher.
67-
68-
To customize the App Launcher appearance:
69-
70-
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **Custom Pages**.
71-
2. Find the **Customize App Launcher** setting and select **Customize**.
72-
3. Give the App Launcher the look and feel of your organization by adding:
73-
- Your organization's name
74-
- A logo
75-
- A preferred background color for the header
76-
- A preferred background color for the page
77-
- A custom footer with links to your organization's help desk or other internal resources.
78-
79-
:::note
80-
81-
We recommend lighter background colors because the font defaults to black.
82-
:::
83-
84-
4. Next, customize the landing page that users will see when they login to the App Launcher. Available properties include:
85-
- A custom title
86-
- A custom subtitle
87-
- An image
88-
- A preferred color for the **Log in** button
89-
- A preferred color for the **Log in** button text
90-
91-
All of the properties configured in Step 3 will also apply to the landing page.
92-
93-
5. Once you are satisfied with your customization, select **Save**.
94-
95-
The App Launcher screens are now updated. To view your changes, select **Preview**.
61+
To customize the App Launcher with your own branding, messages, and links, refer to the [Custom pages documentation](/cloudflare-one/reusable-components/custom-pages/app-launcher-customization/).

0 commit comments

Comments
 (0)