Back to Umbraco Cms

Umbraco static assets

src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/assets/README.md

13.1.11.5 KB
Original Source

Umbraco static assets

The files in this directory are static assets that are used by the Umbraco backoffice, installer, public-facing sites, and login screen. These files are served by the Umbraco backend and are not intended to be used by the front-end of your website.

Structure

The assets are structured in the following way:

NameDescriptionUsage
login.jpgThe background image for the login screen./umbraco/management/api/v1/security/back-office/graphics/login-background
logo.svgThe Umbraco logo for the Backoffice and other public facing sites./umbraco/management/api/v1/security/back-office/graphics/logo
logo_dark.svgThe Umbraco logo in dark mode for the login screen./umbraco/management/api/v1/security/back-office/graphics/login-logo-alternative
logo_light.svgThe Umbraco logo in light mode for the login screen./umbraco/management/api/v1/security/back-office/graphics/login-logo

All assets are linked up through the BackOfficeGraphicsController which uses the constants defined in ContentSettings.