mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Admin Panel / Settings / Layout / Custom Top Left Corner Logo Height.
Thanks to xet7 !
This commit is contained in:
parent
3f9b86d8e7
commit
4cfddf1d8d
6 changed files with 18 additions and 2 deletions
|
|
@ -65,6 +65,10 @@ Settings.attachSchema(
|
|||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
customTopLeftCornerLogoHeight: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
createdAt: {
|
||||
type: Date,
|
||||
denyUpdate: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue