mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
At Admin Panel / Layout: Text below custom login logo. Can have markdown formatting.
Thanks to xet7 !
This commit is contained in:
parent
41a8e79e0e
commit
7223d6e750
6 changed files with 18 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ Settings.attachSchema(
|
|||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
textBelowCustomLoginLogo: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
customTopLeftCornerLogoImageUrl: {
|
||||
type: String,
|
||||
optional: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue