Admin Panel / Settings / Layout / Custom Top Left Corner Logo Height.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-11-02 17:53:01 +02:00
parent 3f9b86d8e7
commit 4cfddf1d8d
6 changed files with 18 additions and 2 deletions

View file

@ -65,6 +65,10 @@ Settings.attachSchema(
type: String,
optional: true,
},
customTopLeftCornerLogoHeight: {
type: String,
optional: true,
},
createdAt: {
type: Date,
denyUpdate: true,