Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds BackOfficeLogo to the ContentSettings #6836

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 15/umbraco-cms/reference/configuration/contentsettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following snippet will give an overview of the keys and values in the conten
"DisallowedUploadFiles": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"],
"DisallowedUploadedFileExtensions": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"],
"Error404Collection": [],
"BackOfficeLogo": "../media/qyci4xti/logo.png",
"HideBackOfficeLogo": false,
"Imaging": {
"ImageFileTypes": ["jpeg", "jpg", "gif", "bmp", "png", "tiff", "tif"],
Expand Down Expand Up @@ -128,6 +129,10 @@ If you have multiple sites, with different cultures, setup in your tree then you

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.

### Backoffice logo

This setting can be used to set a custom image path to replace the Umbraco logo in backoffice.

### Hide backoffice logo

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