Skip to content

Commit 393cec0

Browse files
authored
Adds BackOfficeLogo to the ContentSettings (#6836)
1 parent f623172 commit 393cec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

15/umbraco-cms/reference/configuration/contentsettings.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The following snippet will give an overview of the keys and values in the conten
2626
"DisallowedUploadFiles": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"],
2727
"DisallowedUploadedFileExtensions": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"],
2828
"Error404Collection": [],
29+
"BackOfficeLogo": "../media/qyci4xti/logo.png",
2930
"HideBackOfficeLogo": false,
3031
"Imaging": {
3132
"ImageFileTypes": ["jpeg", "jpg", "gif", "bmp", "png", "tiff", "tif"],
@@ -128,6 +129,10 @@ If you have multiple sites, with different cultures, setup in your tree then you
128129

129130
If you have more than two sites and forget to add a 404 page and a culture, the default page will act as fallback. Same happens if you for some reason forget to define a hostname on a site.
130131

132+
### Backoffice logo
133+
134+
This setting can be used to set a custom image path to replace the Umbraco logo in backoffice.
135+
131136
### Hide backoffice logo
132137

133138
This setting can be used to hide the Umbraco logo in backoffice.

0 commit comments

Comments
 (0)