Skip to content

Conversation

@martinjagodic
Copy link
Member

@martinjagodic martinjagodic commented Jun 4, 2025

Closes #5548

Shows the logo defined in logo.src in header for better branding of the CMS.

Introduces new config object logo

The new way to set the logo:

logo:
  src: /media/logo.svg   # required, replaces logo_url
  show_in_header: true   # optional boolean, default is false

The logo_url is still functional, but it's now deprecated.

@martinjagodic martinjagodic requested a review from a team as a code owner June 4, 2025 12:19
@martinjagodic martinjagodic added area: configuration type: feature code contributing to the implementation of a feature and/or user facing functionality labels Jun 10, 2025
@demshy demshy merged commit b540ace into decaporg:main Jul 10, 2025
7 checks passed
@demshy demshy deleted the feat/header-logo branch July 10, 2025 12:51
martinjagodic added a commit to decaporg/decap-website that referenced this pull request Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: configuration type: feature code contributing to the implementation of a feature and/or user facing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI - Put image from logo_url in the Header

2 participants