mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-21 05:56:03 -05:00
feat: allow portal logo override (#1391)
This commit is contained in:
@@ -4,19 +4,19 @@ MediaCMS.site = {
|
||||
url: '{{FRONTEND_HOST}}',
|
||||
api: '{{FRONTEND_HOST}}/api/v1',
|
||||
theme: {
|
||||
mode: '{{DEFAULT_THEME}}',
|
||||
mode: '{{DEFAULT_THEME}}',
|
||||
switch: {
|
||||
position: 'sidebar', // Valid values: 'header', 'sidebar'.
|
||||
},
|
||||
},
|
||||
logo:{
|
||||
lightMode:{
|
||||
img: "/static/images/logo_dark.png",
|
||||
svg: "/static/images/logo_dark.svg",
|
||||
img: "{{PORTAL_LOGO_DARK_PNG}}",
|
||||
svg: "{{PORTAL_LOGO_DARK_SVG}}",
|
||||
},
|
||||
darkMode:{
|
||||
img: "/static/images/logo_light.png",
|
||||
svg: "/static/images/logo_light.svg",
|
||||
img: "{{PORTAL_LOGO_LIGHT_PNG}}",
|
||||
svg: "{{PORTAL_LOGO_LIGHT_SVG}}",
|
||||
},
|
||||
},
|
||||
pages: {
|
||||
|
||||
Reference in New Issue
Block a user