Add new "headerlogo" setting

-When "homelink" setting is set to 'logo', it now first checks the "headerlogo" value and uses that value if set correctly otherwise it will failover to using the normal "logo"
-Added a sample Exor header logo
This commit is contained in:
joeuhren
2020-12-27 18:36:02 -07:00
parent 5ecbcb8601
commit ac237ad8e9
5 changed files with 16 additions and 2 deletions
+6 -1
View File
@@ -17,11 +17,16 @@
// logo
"logo": "/img/logo.png",
// header logo. only displayed if the "homelink" setting is set to "logo"
"headerlogo": "/img/header_logo.png",
// favicon
"favicon": "public/favicon.ico",
// home link (valid options are: title, coin, logo)
// home link determines what is displayed in the top-left corner of the header menu (valid options are: title, coin, logo)
// title: display "title" text setting
// coin: display "coin" text setting
// logo: display the "headerlogo" image if it's set to a valid image, otherwise display the "logo" image
"homelink": "coin",
// home link logo height (value in px, only valid if using homelink = 'logo')