At Admin Panel / Layout: Text below custom login logo. Can have markdown formatting.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-10-03 00:21:19 +03:00
parent 41a8e79e0e
commit 7223d6e750
6 changed files with 18 additions and 0 deletions

View file

@ -53,6 +53,10 @@ Settings.attachSchema(
type: String,
optional: true,
},
textBelowCustomLoginLogo: {
type: String,
optional: true,
},
customTopLeftCornerLogoImageUrl: {
type: String,
optional: true,