mirror of
https://github.com/wekan/wekan.git
synced 2026-02-11 10:44:20 +01:00
- Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML before </body> end.
In progress, does not work yet. Thanks to xet7 !
This commit is contained in:
parent
a42d9871bd
commit
f1ed6304a4
7 changed files with 48 additions and 2 deletions
|
|
@ -32,6 +32,14 @@ Settings.attachSchema(new SimpleSchema({
|
|||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
customHTMLafterBodyStart: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
customHTMLbeforeBodyEnd: {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
hideLogo: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue