Skip to content

Commit cc07215

Browse files
authored
Removed reference to HideBackOfficeLogo content setting that is now obsolete and not used. (#6850)
1 parent 32e28a7 commit cc07215

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ 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-
"HideBackOfficeLogo": false,
3029
"Imaging": {
3130
"ImageFileTypes": ["jpeg", "jpg", "gif", "bmp", "png", "tiff", "tif"],
3231
"AutoFillImageProperties": [
@@ -128,10 +127,6 @@ If you have multiple sites, with different cultures, setup in your tree then you
128127

129128
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.
130129

131-
### Hide backoffice logo
132-
133-
This setting can be used to hide the Umbraco logo in backoffice.
134-
135130
### Login background image
136131

137132
You can specify your own background image for the login screen here. The image will automatically get an overlay to match backoffice colors. This path is relative to the `wwwroot/umbraco` path. The default location is: `wwwroot/umbraco/login/login.jpg`.

0 commit comments

Comments
 (0)